Home
last modified time | relevance | path

Searched defs:OPCODE (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ioctl/
Dpatterns.rs42 const OPCODE: self::Opcode = Opcode::OPCODE; constant
92 const OPCODE: self::Opcode = Opcode::OPCODE; constant
145 const OPCODE: self::Opcode = Opcode::OPCODE; constant
189 const OPCODE: self::Opcode = Opcode::OPCODE; constant
203 const OPCODE: Opcode; constant
210 const OPCODE: Opcode = Opcode::old(OPCODE); constant
221 const OPCODE: Opcode = Opcode::read::<Data>(GROUP, NUM); constant
232 const OPCODE: Opcode = Opcode::write::<Data>(GROUP, NUM); constant
243 const OPCODE: Opcode = Opcode::read_write::<Data>(GROUP, NUM); constant
255 const OPCODE: Opcode = Opcode::none::<Data>(GROUP, NUM); constant
Dmod.rs157 const OPCODE: Opcode; constant
/aosp_15_r20/system/secretkeeper/comm/src/data_types/
H A Drequest_response_impl.rs53 const OPCODE: Opcode = Opcode::GetVersion; constant
100 const OPCODE: Opcode = Opcode::StoreSecret; constant
142 const OPCODE: Opcode = Opcode::GetSecret; constant
H A Drequest.rs33 const OPCODE: Opcode; constant
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/
Dioctl.rs40 const OPCODE: ioctl::Opcode = ioctl::Opcode::old(c::TIOCSCTTY as ioctl::RawOpcode); constant
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstCount.cpp30 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
42 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
/aosp_15_r20/external/llvm/lib/Analysis/
H A DInstCount.cpp31 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
44 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInstCount.cpp31 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
43 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dpty.rs195 const OPCODE: ioctl::Opcode = ioctl::Opcode::old(c::TIOCGPTPEER as ioctl::RawOpcode); constant
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c38 #define OPCODE(_num_dst, _num_src, _output_mode, name, ...) \ macro
76 #define OPCODE(_num_dst, _num_src, _output_mode, name, ...) #name, macro
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dioctl.rs82 const OPCODE: ioctl::Opcode = ioctl::Opcode::old(c::FICLONE as ioctl::RawOpcode); constant
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DInstVisitor.h27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DInstVisitor.h24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInstVisitor.h24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstVisitor.h26 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
124 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
156 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DInstVisitor.h24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInstVisitor.h24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInstVisitor.h24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_mem.h82 #define EMIT_R_MR(OPCODE, X, Y ) \ argument
86 #define EMIT_R_MR_OFFSET(OPCODE, X, Y, OFFSET) \ argument
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DMnemonic.java35 String[] OPCODE = { field
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/
H A DBuilderSparseSwitchPayload.java48 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD; field in BuilderSparseSwitchPayload
H A DBuilderPackedSwitchPayload.java48 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD; field in BuilderPackedSwitchPayload
H A DBuilderArrayPayload.java44 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD; field in BuilderArrayPayload
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/
H A DImmutablePackedSwitchPayload.java45 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD; field in ImmutablePackedSwitchPayload
H A DImmutableSparseSwitchPayload.java44 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD; field in ImmutableSparseSwitchPayload

12345