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

  /external/llvm/test/MC/X86/
2011-09-06-NoNewline.s 3 movl %gs:8, %ea label
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 77 // 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 %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
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/llvm/test/tools/llvm-objdump/
disassembly-show-raw.s 9 movl 0, %eax label
10 // WITHRAW: a1 00 00 00 00 movl
12 // NORAW: movl
  /external/llvm/test/MC/AsmParser/
macro-args.s 4 movl \var@GOTOFF(%ebx),\re2g
8 movl 2(\re2g, \re3g, 2), \var label
12 // CHECK: movl is_sse@GOTOFF(%ebx), %eax
15 // CHECK: movl 2(%ebx,%edx,2), %ebx
18 // CHECK: movl 2(%edx,%ecx,2), %ebx
  /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));
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(Register dst, Immediate value) { function in class:v8::internal::Assembler
1567 void Assembler::movl(const Operand& dst, Label* src) { function in class:v8::internal::Assembler
    [all...]

Completed in 1844 milliseconds