Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/prebuilts/build-tools/common/py3-headers/Include/internal/
Dpycore_opcode_utils.h15 #define IS_WITHIN_OPCODE_RANGE(opcode) \ argument
19 #define IS_BLOCK_PUSH_OPCODE(opcode) \ argument
24 #define HAS_TARGET(opcode) \ argument
28 #define IS_TERMINATOR_OPCODE(opcode) \ argument
32 #define IS_ASSEMBLER_OPCODE(opcode) \ argument
37 #define IS_BACKWARDS_JUMP_OPCODE(opcode) \ argument
41 #define IS_UNCONDITIONAL_JUMP_OPCODE(opcode) \ argument
48 #define IS_SCOPE_EXIT_OPCODE(opcode) \ argument
Dpycore_uop_metadata.h512 int _PyUop_num_popped(int opcode, int oparg) in _PyUop_num_popped()
/prebuilts/module_sdk/art/17/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
280 static const char* Name(Code opcode) { in Name()
479 void SetOpcode(Code opcode) { in SetOpcode()
522 static constexpr Format FormatOf(Code opcode) { in FormatOf()
527 static constexpr IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
532 static constexpr uint8_t FlagsOf(Code opcode) { in FlagsOf()
537 static constexpr uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
570 static constexpr bool IsReturn(Code opcode) { in IsReturn()
592 static constexpr uint32_t GetVerifyTypeArgumentAOf(Code opcode) { in GetVerifyTypeArgumentAOf()
601 static constexpr uint32_t GetVerifyTypeArgumentBOf(Code opcode) { in GetVerifyTypeArgumentBOf()
[all …]
/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
291 static const char* Name(Code opcode) { in Name()
489 void SetOpcode(Code opcode) { in SetOpcode()
532 static Format FormatOf(Code opcode) { in FormatOf()
537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
542 static uint8_t FlagsOf(Code opcode) { in FlagsOf()
547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
281 static const char* Name(Code opcode) { in Name()
480 void SetOpcode(Code opcode) { in SetOpcode()
523 static constexpr Format FormatOf(Code opcode) { in FormatOf()
528 static constexpr IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
533 static constexpr uint8_t FlagsOf(Code opcode) { in FlagsOf()
538 static constexpr uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
571 static constexpr bool IsReturn(Code opcode) { in IsReturn()
593 static constexpr uint32_t GetVerifyTypeArgumentAOf(Code opcode) { in GetVerifyTypeArgumentAOf()
602 static constexpr uint32_t GetVerifyTypeArgumentBOf(Code opcode) { in GetVerifyTypeArgumentBOf()
[all …]
/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
291 static const char* Name(Code opcode) { in Name()
489 void SetOpcode(Code opcode) { in SetOpcode()
532 static Format FormatOf(Code opcode) { in FormatOf()
537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
542 static uint8_t FlagsOf(Code opcode) { in FlagsOf()
547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
291 static const char* Name(Code opcode) { in Name()
489 void SetOpcode(Code opcode) { in SetOpcode()
532 static Format FormatOf(Code opcode) { in FormatOf()
537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
542 static uint8_t FlagsOf(Code opcode) { in FlagsOf()
547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
291 static const char* Name(Code opcode) { in Name()
489 void SetOpcode(Code opcode) { in SetOpcode()
532 static Format FormatOf(Code opcode) { in FormatOf()
537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
542 static uint8_t FlagsOf(Code opcode) { in FlagsOf()
547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
291 static const char* Name(Code opcode) { in Name()
489 void SetOpcode(Code opcode) { in SetOpcode()
532 static Format FormatOf(Code opcode) { in FormatOf()
537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
542 static uint8_t FlagsOf(Code opcode) { in FlagsOf()
547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
Ddex_instruction.h84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument
291 static const char* Name(Code opcode) { in Name()
489 void SetOpcode(Code opcode) { in SetOpcode()
532 static Format FormatOf(Code opcode) { in FormatOf()
537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()
542 static uint8_t FlagsOf(Code opcode) { in FlagsOf()
547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/prebuilts/go/linux-x86/src/cmd/internal/obj/riscv/
Dinst.go7 opcode uint32 member
/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
Dnvme_ioctl.h11 __u8 opcode; member
25 __u8 opcode; member
45 __u8 opcode; member
69 __u8 opcode; member
/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/
Dnvme_ioctl.h23 __u8 opcode; member
37 __u8 opcode; member
57 __u8 opcode; member
81 __u8 opcode; member

12345678910>>...26