Searched defs:opcode (Results 1 – 11 of 11) sorted by relevance
/tools/arch/x86/lib/ |
D | inat.c | 13 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() 26 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() 65 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
|
D | insn.c | 249 struct insn_field *opcode = &insn->opcode; in insn_get_opcode() local
|
/tools/perf/scripts/python/ |
D | powerpc-hcalls.py | 153 def hcall_table_lookup(opcode): argument 174 opcode, retval): argument 198 callchain, opcode): argument
|
/tools/arch/s390/include/uapi/asm/ |
D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 90 #define exit_code(opcode, mnemonic) \ argument
|
/tools/perf/util/ |
D | genelf_debug.c | 220 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcode, in emit_extended_opcode() 231 static void emit_opcode(struct buffer_ext *be, ubyte opcode) in emit_opcode() 237 ubyte opcode, long data) in emit_opcode_signed() 243 static void emit_opcode_unsigned(struct buffer_ext *be, ubyte opcode, in emit_opcode_unsigned() 318 unsigned long opcode = temp + in get_special_opcode() local
|
D | bpf-prologue.c | 336 u8 opcode; in prologue_relocate() local
|
/tools/io_uring/ |
D | syscall.c | 36 int io_uring_register(int fd, unsigned int opcode, void *arg, in io_uring_register()
|
/tools/firewire/ |
D | decode-fcp.c | 137 uint32_t opcode:8; member
|
/tools/arch/x86/include/asm/ |
D | insn.h | 30 struct insn_field opcode; /* member
|
/tools/bpf/bpftool/ |
D | cfg.c | 179 __u8 opcode = BPF_OP(cur->code); in func_partition_bb_head() local
|
/tools/include/uapi/linux/ |
D | pkt_cls.h | 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|