/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 31 // need to use EM64T-specifics - new registers, defines from enc_prvt, etc... 93 instruction to handle additional registers on EM64T: 99 the second line is for EM64T only 109 {OpcodeInfo::em64t, {REX_W, 0xFF, _1}, {r_m64}, DU }, 331 // TheManual says it's not always supported in em64t mode, thus excluding it 357 {OpcodeInfo::em64t, {REX_W, 0x81, opc_ext, id}, {r_m64, imm32s}, def_use },\ 361 {OpcodeInfo::em64t, {REX_W, 0x83, opc_ext, ib}, {r_m64, imm8s}, def_use },\ 367 {OpcodeInfo::em64t, {REX_W, opcode_starts_from+1, _r}, {r_m64, r64}, def_use },\ 373 {OpcodeInfo::em64t, {REX_W, opcode_starts_from+3, _r}, {r64, r_m64}, def_use }, 430 {OpcodeInfo::em64t, {REX_W, 0x0F, 0xB1, _r}, {r_m64, r64, RAX}, DU_DU_DU } [all...] |
enc_prvt.h | 67 * to fill an em64t-specific opcode on ia32. 295 em64t, enumerator in enum:OpcodeInfo::platform
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86cpu.gperf | 345 em64t, x86_cpu_set, CPU_EM64T
|