Home
last modified time | relevance | path

Searched refs:got (Results 1 – 8 of 8) sorted by relevance

/tools/objtool/arch/x86/lib/
Dinsn.c89 if (prefixes->got) in insn_get_prefixes()
147 insn->rex_prefix.got = 1; in insn_get_prefixes()
195 insn->vex_prefix.got = 1; in insn_get_prefixes()
197 prefixes->got = 1; in insn_get_prefixes()
218 if (opcode->got) in insn_get_opcode()
220 if (!insn->prefixes.got) in insn_get_opcode()
252 opcode->got = 1; in insn_get_opcode()
270 if (modrm->got) in insn_get_modrm()
272 if (!insn->opcode.got) in insn_get_modrm()
290 modrm->got = 1; in insn_get_modrm()
[all …]
/tools/perf/util/intel-pt-decoder/
Dinsn.c89 if (prefixes->got) in insn_get_prefixes()
147 insn->rex_prefix.got = 1; in insn_get_prefixes()
195 insn->vex_prefix.got = 1; in insn_get_prefixes()
197 prefixes->got = 1; in insn_get_prefixes()
218 if (opcode->got) in insn_get_opcode()
220 if (!insn->prefixes.got) in insn_get_opcode()
252 opcode->got = 1; in insn_get_opcode()
270 if (modrm->got) in insn_get_modrm()
272 if (!insn->opcode.got) in insn_get_modrm()
290 modrm->got = 1; in insn_get_modrm()
[all …]
Dinsn.h32 unsigned char got; member
132 if (!insn->prefixes.got) in insn_is_avx()
139 if (!insn->prefixes.got) in insn_is_evex()
147 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()
148 insn->displacement.got && insn->immediate.got; in insn_complete()
/tools/objtool/arch/x86/include/asm/
Dinsn.h32 unsigned char got; member
132 if (!insn->prefixes.got) in insn_is_avx()
139 if (!insn->prefixes.got) in insn_is_evex()
147 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()
148 insn->displacement.got && insn->immediate.got; in insn_complete()
/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c117 unsigned long got; in do_one_test() local
123 got = load_unaligned_zeropad(p); in do_one_test()
125 if (should != got) { in do_one_test()
126 …printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, sho… in do_one_test()
/tools/testing/selftests/powerpc/switch_endian/
Dswitch_endian_test.S76 ld r4, message@got(%r2)
/tools/testing/selftests/net/
Dpsock_tpacket.c388 unsigned int frame_num = 0, got = 0; in walk_tx() local
494 got += ret; in walk_tx()
509 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got); in walk_tx()
/tools/perf/Documentation/
Dperf-c2c.txt280 to get this implemented, we got lots of early help from Arnaldo