/external/llvm/test/MC/X86/ |
D | x86_errors.s | 23 movl 0(%rax), 0(%edx) // error: invalid operand for instruction label 37 movl %eax,(%bp,%si) label 40 movl %eax,(%bp,%si,2) label 43 movl %eax,(%cx) label 46 movl %eax,(%bp,%bx) label 49 movl %eax,(,%bx) label 56 movl %eax:0x00, %ebx label
|
D | imm-comments.s | 9 movl $2147483647, %eax label 10 movl $-2147483648, %eax label
|
D | 2011-09-06-NoNewline.s | 3 movl %gs:8, %eax label
|
D | x86_operands.s | 62 movl %gs:8, %eax label
|
D | x86-64.s | 591 movl foo(%rip), %eax label 606 movl $12, foo(%rip) label 616 movl foo(%eip), %eax label 631 movl $12, foo(%eip) label 699 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label 1501 movl %r15d, (%r15,%r15) label
|
D | x86-16.s | 59 movl 0, %eax label
|
D | x86-32.s | 102 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0xa1,0x00,0x00,0x00,0x00] label
|
/external/coreboot/util/cbfstool/ |
D | linux_trampoline.S | 100 movl $2, 16(%edi) label 153 movl $VIDEO_CAPABILITY_64BIT_BASE, 0x36(%edi) label 180 movl $0x0000ffff, 16(%eax) // Set up the 2 new descriptors label 181 movl $0x00cf9b00, 20(%eax) label 182 movl $0x0000ffff, 24(%eax) label 183 movl $0x00cf9300, 28(%eax) label 185 movl %eax, 2(%eax) // Set pointer to new GDT label
|
/external/trusty/lk/arch/x86/32/ |
D | ops.S | 44 movl 4(%esp), %edx label
|
/external/llvm/test/MC/AsmParser/ |
D | macro-args.s | 8 movl 2(\re2g, \re3g, 2), \var label
|