Searched refs:pfx (Results 1 – 5 of 5) sorted by relevance
/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 6335 # define CASE_SIMD_ALL_FP_VEX(pfx, opc) CASE_SIMD_ALL_FP(, pfx, opc) in x86_emulate() argument 6336 # define CASE_SIMD_PACKED_FP_VEX(pfx, opc) CASE_SIMD_PACKED_FP(, pfx, opc) in x86_emulate() argument 6337 # define CASE_SIMD_SCALAR_FP_VEX(pfx, opc) CASE_SIMD_SCALAR_FP(, pfx, opc) in x86_emulate() argument 6338 # define CASE_SIMD_SINGLE_FP_VEX(pfx, opc) CASE_SIMD_SINGLE_FP(, pfx, opc) in x86_emulate() argument 7310 if ( vex.pfx ) in x86_emulate() [all …]
|
/xen/xen/arch/x86/ |
A D | xstate.c | 296 #define XSAVE(pfx) \ in xsave() argument 298 asm volatile ( ".byte " pfx "0x0f,0xc7,0x2f\n" /* xsaves */ \ in xsave() 302 alternative_io(".byte " pfx "0x0f,0xae,0x27\n", /* xsave */ \ in xsave() 303 ".byte " pfx "0x0f,0xae,0x37\n", /* xsaveopt */ \ in xsave() 408 #define XRSTOR(pfx) \ in xrstor() argument 418 _xrstor(pfx "0x0f,0xc7,0x1f"); /* xrstors */ \ in xrstor() 421 _xrstor(pfx "0x0f,0xae,0x2f") /* xrstor */ in xrstor()
|
/xen/tools/tests/x86_emulator/ |
A D | predicates.c | 6 enum pfx { pfx_none, pfx_66, pfx_f3, pfx_f2 }; enum 25 unsigned int pfx:2; member 624 assert(!legacy[t].pfx); in predicates_test() 641 if ( legacy_0f[t].pfx ) in predicates_test() 642 *ptr++ = prefixes[legacy_0f[t].pfx - 1]; in predicates_test() 659 if ( legacy_0f38[t].pfx ) in predicates_test() 660 *ptr++ = prefixes[legacy_0f38[t].pfx - 1]; in predicates_test()
|
A D | evex-disp8.c | 10 unsigned int pfx:2; member 24 enum pfx { enum 88 .mnemonic = #m, .opc = 0x##o, .spc = SPC_##sp, .pfx = PFX_##p, \ 704 uint8_t pfx:2; in test_one() member 715 .opcx = test->spc, .pfx = test->pfx, .lr = vl, in test_one() 917 tests[i].opc == 0x12 && tests[i].pfx == PFX_f2 ) in test_group()
|
/xen/docs/ |
A D | xen-headers | 339 my ($type,$desc,$pfx,$sfx) = @_; 344 $o .= "<li><a $href>$pfx$name$sfx</a></li>\n";
|
Completed in 865 milliseconds