Searched defs:movl (Results 1 - 6 of 6) sorted by relevance

/external/llvm/test/MC/X86/
H A D2011-09-06-NoNewline.s3 movl %gs:8, %ea label
H A Dx86_operands.s56 # CHECK: movl %gs:8, %eax
57 movl %gs:8, %eax label
H A Dx86_errors.s19 movl 0(%rax), 0(%edx) // error: invalid operand for instruction label
H A Dx86-32.s77 // CHECK: movl %eax, 16(%ebp) # encoding: [0x89,0x45,0x10]
78 movl %eax, 16(%ebp)
79 // CHECK: movl %eax, -16(%ebp) # encoding: [0x89,0x45,0xf0]
80 movl %eax, -16(%ebp)
102 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0xa1,0x00,0x00,0x00,0x00] label
350 // CHECK: movl %cs, %eax
352 movl %cs, %eax
358 // CHECK: movl %cs, (%eax)
360 movl
[all...]
H A Dx86-64.s36 // CHECK: movl %eax, 10(%ebp)
37 movl %eax, 10(%ebp)
38 // CHECK: movl %eax, 10(%ebp,%ebx)
39 movl %eax, 10(%ebp, %ebx)
40 // CHECK: movl %eax, 10(%ebp,%ebx,4)
41 movl %eax, 10(%ebp, %ebx, 4)
42 // CHECK: movl %eax, 10(,%ebx,4)
43 movl %eax, 10(, %ebx, 4)
45 // CHECK: movl 0, %eax
46 movl
570 movl foo(%rip), %eax label
585 movl $12, foo(%rip) label
644 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
[all...]
/external/v8/src/x64/
H A Dassembler-x64.cc102 __ movl(rax, Immediate(1));
107 __ movl(rdi, rdx); // Zero-extended to 64 bits.
119 __ movl(rax, Immediate(1));
975 movl(dst, src);
991 movl(dst, src);
1432 void Assembler::movl(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1440 void Assembler::movl(Register dst, Register src) { function in class:v8::internal::Assembler
1454 void Assembler::movl(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1462 void Assembler::movl(const Operand& dst, Immediate value) { function in class:v8::internal::Assembler
1471 void Assembler::movl(Registe function in class:v8::internal::Assembler
1567 void Assembler::movl(const Operand& dst, Label* src) { function in class:v8::internal::Assembler
[all...]

Completed in 138 milliseconds