HomeSort by relevance Sort by last modified time
    Searched defs:movl (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/MC/AsmParser/
2011-09-06-NoNewline.s 2 movl %gs:8, %eax label
4 movl %gs:8, %eax label
6 movl %gs:8, %ea label
  /external/llvm/test/MC/X86/
x86_operands.s 56 # CHECK: movl %gs:8, %eax
57 movl %gs:8, %eax label
x86_errors.s 19 movl 0(%rax), 0(%edx) // error: invalid operand for instruction label
x86-32.s 49 // CHECK: movl %eax, 16(%ebp) # encoding: [0x89,0x45,0x10]
50 movl %eax, 16(%ebp)
51 // CHECK: movl %eax, -16(%ebp) # encoding: [0x89,0x45,0xf0]
52 movl %eax, -16(%ebp)
74 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0xa1,A,A,A,A] label
322 // CHECK: movl %cs, %eax
324 movl %cs, %eax
330 // CHECK: movl %cs, (%eax)
332 movl %cs, (%eax
    [all...]
x86-64.s 36 // 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 0, %ea
553 movl foo(%rip), %eax label
568 movl $12, foo(%rip) label
627 movl 0, %eax \/\/ CHECK: movl 0, %eax # encoding: [0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 102 __ movl(rax, Immediate(1));
107 __ movl(rdi, rdx); // Zero-extended to 64 bits.
119 __ movl(rax, Immediate(1));
969 movl(dst, src);
985 movl(dst, src);
1443 void Assembler::movl(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1451 void Assembler::movl(Register dst, Register src) { function in class:v8::internal::Assembler
1465 void Assembler::movl(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1473 void Assembler::movl(const Operand& dst, Immediate value) { function in class:v8::internal::Assembler
1482 void Assembler::movl(Register dst, Immediate value) { function in class:v8::internal::Assembler
1578 void Assembler::movl(const Operand& dst, Label* src) { function in class:v8::internal::Assembler
    [all...]

Completed in 218 milliseconds