Searched refs:opc (Results 1 – 6 of 6) sorted by relevance
| /xen/tools/tests/x86_emulator/ |
| A D | predicates.c | 21 uint8_t opc[8]; member 26 #define REG(opc, more...) \ argument 27 { { (opc) | 0 }, more }, /* %?ax */ \ 28 { { (opc) | 1 }, more }, /* %?cx */ \ 29 { { (opc) | 2 }, more }, /* %?dx */ \ 30 { { (opc) | 3 }, more }, /* %?bx */ \ 31 { { (opc) | 4 }, more }, /* %?sp */ \ 32 { { (opc) | 5 }, more }, /* %?bp */ \ 33 { { (opc) | 6 }, more }, /* %?si */ \ 34 { { (opc) | 7 }, more } /* %?di */ [all …]
|
| A D | evex-disp8.c | 8 unsigned int opc:8; member 88 .mnemonic = #m, .opc = 0x##o, .spc = SPC_##sp, .pfx = PFX_##p, \ 694 (imm0f[test->opc >> 4] & (1 << (test->opc & 0xf)))); in test_one() 795 instr[4] = test->opc; in test_one() 826 if ( accessed[i] != (sg ? (vsz / esz) >> (test->opc & 1 & !evex.w) in test_one() 917 tests[i].opc == 0x12 && tests[i].pfx == PFX_f2 ) in test_group()
|
| /xen/xen/arch/x86/ |
| A D | extable.c | 132 uint8_t opc[4]; in stub_selftest() member 136 { .opc = { 0x0f, 0xb9, 0xc3, 0xc3 }, /* ud1 */ in stub_selftest() 138 { .opc = { 0x90, 0x02, 0x00, 0xc3 }, /* nop; add (%rax),%al */ in stub_selftest() 141 { .opc = { 0x02, 0x04, 0x04, 0xc3 }, /* add (%rsp,%rax),%al */ in stub_selftest() 144 { .opc = { 0xcc, 0xc3, 0xc3, 0xc3 }, /* int3 */ in stub_selftest() 160 memcpy(ptr, tests[i].opc, ARRAY_SIZE(tests[i].opc)); in stub_selftest() 178 i, (int)ARRAY_SIZE(tests[i].opc), tests[i].opc, in stub_selftest()
|
| /xen/xen/arch/x86/x86_emulate/ |
| A D | x86_emulate.c | 6290 # define CASE_SIMD_PACKED_INT(pfx, opc) C##pfx##_##opc in x86_emulate() argument 6330 # define CASE_SIMD_ALL_FP(kind, pfx, opc) C##kind##pfx##_##opc in x86_emulate() argument 6331 # define CASE_SIMD_PACKED_FP(kind, pfx, opc) Cp##kind##pfx##_##opc in x86_emulate() argument 6332 # define CASE_SIMD_SCALAR_FP(kind, pfx, opc) Cs##kind##pfx##_##opc in x86_emulate() argument 6333 # define CASE_SIMD_SINGLE_FP(kind, pfx, opc) C##kind##pfx##_##opc in x86_emulate() argument 6420 opc[0] = b; in x86_emulate() 6468 opc[0] = b; in x86_emulate() 6678 opc[0] = b; in x86_emulate() 9081 --opc; in x86_emulate() 10566 --opc; in x86_emulate() [all …]
|
| /xen/xen/include/asm-x86/hvm/svm/ |
| A D | emulate.h | 29 #define INSTR_ENC(opc, modrm) (((opc) << 8) | (modrm)) argument
|
| /xen/xen/include/asm-arm/arm32/ |
| A D | sysregs.h | 9 #define __CP64(r1, r2, coproc, opc, crm) coproc, opc, r1, r2, crm argument
|
Completed in 640 milliseconds