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

/external/llvm/test/MC/X86/
H A D2011-09-06-NoNewline.s3 movl %gs:8, %ea label
H A Dx86_operands.s61 # CHECK: movl %gs:8, %eax
62 movl %gs:8, %eax label
H A Dx86_errors.s19 movl 0(%rax), 0(%edx) // error: invalid operand for instruction label
33 movl %eax,(%bp,%si) label
36 movl %eax,(%bp,%si,2) label
39 movl %eax,(%cx) label
42 movl %eax,(%bp,%bx) label
45 movl %eax,(,%bx) label
52 movl %eax:0x00, %ebx 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-16.s3 movl $0x12345678, %ebx
4 // CHECK: movl
28 // CHECK: movl %eax, 16(%ebp) # encoding: [0x67,0x66,0x89,0x45,0x10]
29 movl %eax, 16(%ebp)
30 // CHECK: movl %eax, -16(%ebp) # encoding: [0x67,0x66,0x89,0x45,0xf0]
31 movl %eax, -16(%ebp)
58 // CHECK: movl 0, %eax # encoding: [0x66,0xa1,0x00,0x00]
59 movl 0, %eax label
243 // CHECK: movl %cs, %eax
245 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/llvm/test/MC/AsmParser/
H A Dmacro-args.s4 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/
H A Dassembler-x64.cc787 movl(dst, src);
803 movl(dst, src);
1315 void Assembler::movl(const Operand& dst, Label* src) { function in class:v8::internal::Assembler

Completed in 441 milliseconds