/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/ |
D | intel-syntax.txt | 126 # CHECK: movabs al, byte ptr [-6066930261531658096] 129 # CHECK: movabs al, byte ptr [-6066930261531658096] 132 # CHECK: movabs ax, word ptr [-6066930261531658096] 135 # CHECK: movabs eax, dword ptr [-6066930261531658096] 138 # CHECK: movabs rax, qword ptr [-6066930261531658096] 141 # CHECK: movabs byte ptr [-6066930261531658096], al 144 # CHECK: movabs byte ptr [-6066930261531658096], al 147 # CHECK: movabs word ptr [-6066930261531658096], ax 150 # CHECK: movabs dword ptr [-6066930261531658096], eax 153 # CHECK: movabs qword ptr [-6066930261531658096], rax
|
/external/llvm/test/MC/Disassembler/X86/ |
D | intel-syntax.txt | 126 # CHECK: movabs al, byte ptr [-6066930261531658096] 129 # CHECK: movabs al, byte ptr [-6066930261531658096] 132 # CHECK: movabs ax, word ptr [-6066930261531658096] 135 # CHECK: movabs eax, dword ptr [-6066930261531658096] 138 # CHECK: movabs rax, qword ptr [-6066930261531658096] 141 # CHECK: movabs byte ptr [-6066930261531658096], al 144 # CHECK: movabs byte ptr [-6066930261531658096], al 147 # CHECK: movabs word ptr [-6066930261531658096], ax 150 # CHECK: movabs dword ptr [-6066930261531658096], eax 153 # CHECK: movabs qword ptr [-6066930261531658096], rax
|
/external/llvm/test/MC/ELF/ |
D | relocation.s | 25 movabs foo@GOT, %rax # R_X86_64_GOT64 26 movabs foo@GOTOFF, %rax # R_X86_64_GOTOFF64 43 movabs $_GLOBAL_OFFSET_TABLE_, %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
D | relocation.s | 25 movabs foo@GOT, %rax # R_X86_64_GOT64 26 movabs foo@GOTOFF, %rax # R_X86_64_GOTOFF64 45 movabs $_GLOBAL_OFFSET_TABLE_, %rax
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86Base.h | 310 typename std::enable_if<T::Is64Bit, void>::type movabs(const GPRRegister Dst, 313 typename std::enable_if<!T::Is64Bit, void>::type movabs(const GPRRegister, in movabs() function
|
D | IceAssemblerX86BaseImpl.h | 319 AssemblerX86Base<TraitsType>::movabs(const GPRRegister Dst, uint64_t Imm64) { in movabs() function
|
D | IceInstX86BaseImpl.h | 2294 Func->getAssembler<Assembler>()->movabs( in emitIAS()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1385 "movabs{q}\t{$src, $dst|$dst, $src}", 1482 // and use the movabs mnemonic to indicate this specific form. 1486 "movabs{b}\t{$src, %al|al, $src}", []>, AdSize64; 1489 "movabs{w}\t{$src, %ax|ax, $src}", []>, OpSize16, AdSize64; 1492 "movabs{l}\t{$src, %eax|eax, $src}", []>, OpSize32, 1496 "movabs{q}\t{$src, %rax|rax, $src}", []>, AdSize64; 1502 "movabs{b}\t{%al, $dst|$dst, al}", []>, AdSize64; 1505 "movabs{w}\t{%ax, $dst|$dst, ax}", []>, OpSize16, AdSize64; 1508 "movabs{l}\t{%eax, $dst|$dst, eax}", []>, OpSize32, 1512 "movabs{q}\t{%rax, $dst|$dst, rax}", []>, AdSize64;
|
D | X86InstrCompiler.td | 1060 // code model mode, should use 'movabs'. FIXME: This is really a hack, the 1061 // 'movabs' predicate should handle this sort of thing. 1119 // This corresponds to movabs $foo@tpoff, %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1510 "movabs{q}\t{$src, $dst|$dst, $src}", 1610 // and use the movabs mnemonic to indicate this specific form. 1614 "movabs{b}\t{$src, %al|al, $src}", []>, 1618 "movabs{w}\t{$src, %ax|ax, $src}", []>, 1622 "movabs{l}\t{$src, %eax|eax, $src}", []>, 1626 "movabs{q}\t{$src, %rax|rax, $src}", []>, 1633 "movabs{b}\t{%al, $dst|$dst, al}", []>, 1637 "movabs{w}\t{%ax, $dst|$dst, ax}", []>, 1641 "movabs{l}\t{%eax, $dst|$dst, eax}", []>, 1645 "movabs{q}\t{%rax, $dst|$dst, rax}", []>,
|
D | X86InstrCompiler.td | 1096 // This corresponds to movabs $foo@tpoff, %rax
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | DataMov.cpp | 271 __ movabs(Encoded_GPR_##Dst##q(), V); \ in TEST_F() 735 __ movabs(Encoded_GPR_##Src(), Expected); \ in TEST_F()
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 165 11c0: 48 ba 09 00 00 00 00 movabs $0x40000000009,%rdx
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrCompiler.td | 860 // code model mode, should use 'movabs'. FIXME: This is really a hack, the 861 // 'movabs' predicate should handle this sort of thing. 925 // This corresponds to movabs $foo@tpoff, %rax
|
D | X86InstrInfo.td | 865 "movabs{q}\t{$src, $dst|$dst, $src}",
|
D | X86GenAsmWriter1.inc | 3911 "AL, \000mov\tEAX, \000movabs\t\000movbe\t\000movddup\t\000movdqa\t\000m"
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 6607 "ov\005mov.s\006movabs\007movabsb\007movabsl\007movabsq\007movabsw\006mo" 22643 { 4328 /* movabs */, X86::MOV8ao64, Convert__MemOffs64_82_1, 0, { MCK_AL, MCK_MemOffs64_8 }, }, 22644 { 4328 /* movabs */, X86::MOV16ao64, Convert__MemOffs64_162_1, 0, { MCK_AX, MCK_MemOffs64_16 }, }, 22645 …{ 4328 /* movabs */, X86::MOV32ao64, Convert__MemOffs64_322_1, 0, { MCK_EAX, MCK_MemOffs64_32 }, }, 22646 …{ 4328 /* movabs */, X86::MOV64ao64, Convert__MemOffs64_642_1, 0, { MCK_RAX, MCK_MemOffs64_64 }, }, 22647 { 4328 /* movabs */, X86::MOV64ri, Convert__Reg1_0__Imm1_1, 0, { MCK_GR64, MCK_Imm }, }, 22648 { 4328 /* movabs */, X86::MOV16o64a, Convert__MemOffs64_162_0, 0, { MCK_MemOffs64_16, MCK_AX }, }, 22649 …{ 4328 /* movabs */, X86::MOV32o64a, Convert__MemOffs64_322_0, 0, { MCK_MemOffs64_32, MCK_EAX }, }, 22650 …{ 4328 /* movabs */, X86::MOV64o64a, Convert__MemOffs64_642_0, 0, { MCK_MemOffs64_64, MCK_RAX }, }, 22651 { 4328 /* movabs */, X86::MOV8o64a, Convert__MemOffs64_82_0, 0, { MCK_MemOffs64_8, MCK_AL }, },
|