Home
last modified time | relevance | path

Searched refs:movabs (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/llvm/test/MC/Disassembler/X86/
Dintel-syntax.txt126 # 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/
Dintel-syntax.txt126 # 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-project/lld/test/ELF/
Dx86-64-tls-dynamic.s21 movabs $a@dtpoff, %rax
22 movabs $b@dtpoff, %rax
23 movabs $a@dtpoff, %rax
Dcopy-rel.s25 movabs $bar, %rax
/external/llvm-project/llvm/test/MC/ELF/
Drelocation.s25 movabs foo@GOT, %rax # R_X86_64_GOT64
26 movabs foo@GOTOFF, %rax # R_X86_64_GOTOFF64
42 movabs $_GLOBAL_OFFSET_TABLE_, %rax
/external/llvm/test/MC/ELF/
Drelocation.s25 movabs foo@GOT, %rax # R_X86_64_GOT64
26 movabs foo@GOTOFF, %rax # R_X86_64_GOTOFF64
43 movabs $_GLOBAL_OFFSET_TABLE_, %rax
/external/llvm-project/lld/test/ELF/Inputs/
Dwrap-with-archive.s5 movabs $__executable_start,%rdx
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Ddisassemble-align.s28 movabs $0x5555555555555554,%rax
/external/capstone/suite/cstest/
Dissues.cs203 0x0: 0x48,0xb8,0x00,0x00,0x00,0x00,0x80,0xf8,0xff,0xff == movabs rax, 0xfffff88000000000
207 0x0: 0x48,0xb8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80 == movabs rax, 0x8000000000000000
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h310 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
DIceAssemblerX86BaseImpl.h319 AssemblerX86Base<TraitsType>::movabs(const GPRRegister Dst, uint64_t Imm64) { in movabs() function
DIceInstX86BaseImpl.h2311 Func->getAssembler<Assembler>()->movabs( in emitIAS()
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1385 "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;
DX86InstrCompiler.td1060 // 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-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td1560 "movabs{q}\t{$src, $dst|$dst, $src}",
1660 // and use the movabs mnemonic to indicate this specific form.
1664 "movabs{b}\t{$src, %al|al, $src}", []>,
1668 "movabs{w}\t{$src, %ax|ax, $src}", []>,
1672 "movabs{l}\t{$src, %eax|eax, $src}", []>,
1676 "movabs{q}\t{$src, %rax|rax, $src}", []>,
1683 "movabs{b}\t{%al, $dst|$dst, al}", []>,
1687 "movabs{w}\t{%ax, $dst|$dst, ax}", []>,
1691 "movabs{l}\t{%eax, $dst|$dst, eax}", []>,
1695 "movabs{q}\t{%rax, $dst|$dst, rax}", []>,
DX86InstrCompiler.td1181 // This corresponds to movabs $foo@tpoff, %rax
/external/capstone/arch/X86/
DX86MappingInsnOp_reduce.inc2872 { /* X86_MOV16ao64, X86_INS_MOVABS: movabs{w} ax, $src */
2896 { /* X86_MOV16o64a, X86_INS_MOVABS: movabs{w} $dst, ax */
2940 { /* X86_MOV32ao64, X86_INS_MOVABS: movabs{l} eax, $src */
2972 { /* X86_MOV32o64a, X86_INS_MOVABS: movabs{l} $dst, eax */
3020 { /* X86_MOV64ao64, X86_INS_MOVABS: movabs{q} rax, $src */
3048 { /* X86_MOV64o64a, X86_INS_MOVABS: movabs{q} $dst, rax */
3060 { /* X86_MOV64ri, X86_INS_MOVABS: movabs{q} $dst, $src */
3100 { /* X86_MOV8ao64, X86_INS_MOVABS: movabs{b} al, $src */
3124 { /* X86_MOV8o64a, X86_INS_MOVABS: movabs{b} $dst, al */
DX86MappingInsnOp.inc5616 { /* X86_MOV16ao64, X86_INS_MOVABS: movabs{w} ax, $src */
5640 { /* X86_MOV16o64a, X86_INS_MOVABS: movabs{w} $dst, ax */
5684 { /* X86_MOV32ao64, X86_INS_MOVABS: movabs{l} eax, $src */
5716 { /* X86_MOV32o64a, X86_INS_MOVABS: movabs{l} $dst, eax */
5764 { /* X86_MOV64ao64, X86_INS_MOVABS: movabs{q} rax, $src */
5792 { /* X86_MOV64o64a, X86_INS_MOVABS: movabs{q} $dst, rax */
5804 { /* X86_MOV64ri, X86_INS_MOVABS: movabs{q} $dst, $src */
5860 { /* X86_MOV8ao64, X86_INS_MOVABS: movabs{b} al, $src */
5884 { /* X86_MOV8o64a, X86_INS_MOVABS: movabs{b} $dst, al */
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.td1615 "movabs{q}\t{$src, $dst|$dst, $src}",
1727 // and use the movabs mnemonic to indicate this specific form.
1731 "movabs{b}\t{$src, %al|al, $src}", []>,
1735 "movabs{w}\t{$src, %ax|ax, $src}", []>,
1739 "movabs{l}\t{$src, %eax|eax, $src}", []>,
1743 "movabs{q}\t{$src, %rax|rax, $src}", []>,
1750 "movabs{b}\t{%al, $dst|$dst, al}", []>,
1754 "movabs{w}\t{%ax, $dst|$dst, ax}", []>,
1758 "movabs{l}\t{%eax, $dst|$dst, eax}", []>,
1762 "movabs{q}\t{%rax, $dst|$dst, rax}", []>,
DX86InstrCompiler.td1176 // This corresponds to movabs $foo@tpoff, %rax
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DDataMov.cpp271 __ movabs(Encoded_GPR_##Dst##q(), V); \ in TEST_F()
735 __ movabs(Encoded_GPR_##Src(), Expected); \ in TEST_F()
/external/clang/docs/
DControlFlowIntegrityDesign.rst165 11c0: 48 ba 09 00 00 00 00 movabs $0x40000000009,%rdx
/external/llvm-project/clang/docs/
DControlFlowIntegrityDesign.rst165 11c0: 48 ba 09 00 00 00 00 movabs $0x40000000009,%rdx
/external/fmtlib/
DChangeLog.rst555 movabs rdx, 4611686018427387905
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc7699 "nitor\010monitorx\007montmul\003mov\005mov.s\006movabs\007movabsb\007mo"
23775 …{ 4343 /* movabs */, X86::MOV8ao64, Convert__MemOffs64_82_1, AMFBS_None, { MCK_AL, MCK_MemOffs64_8…
23776 …{ 4343 /* movabs */, X86::MOV16ao64, Convert__MemOffs64_162_1, AMFBS_None, { MCK_AX, MCK_MemOffs64…
23777 …{ 4343 /* movabs */, X86::MOV32ao64, Convert__MemOffs64_322_1, AMFBS_None, { MCK_EAX, MCK_MemOffs6…
23778 …{ 4343 /* movabs */, X86::MOV64ao64, Convert__MemOffs64_642_1, AMFBS_None, { MCK_RAX, MCK_MemOffs6…
23779 { 4343 /* movabs */, X86::MOV64ri, Convert__Reg1_0__Imm1_1, AMFBS_None, { MCK_GR64, MCK_Imm }, },
23780 …{ 4343 /* movabs */, X86::MOV16o64a, Convert__MemOffs64_162_0, AMFBS_None, { MCK_MemOffs64_16, MCK…
23781 …{ 4343 /* movabs */, X86::MOV32o64a, Convert__MemOffs64_322_0, AMFBS_None, { MCK_MemOffs64_32, MCK…
23782 …{ 4343 /* movabs */, X86::MOV64o64a, Convert__MemOffs64_642_0, AMFBS_None, { MCK_MemOffs64_64, MCK…
23783 …{ 4343 /* movabs */, X86::MOV8o64a, Convert__MemOffs64_82_0, AMFBS_None, { MCK_MemOffs64_8, MCK_AL…