/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/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
D | 2011-09-06-NoNewline.s | 2 movl %gs:8, %eax label 4 movl %gs:8, %eax label 6 movl %gs:8, %eax label
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86_operands.s | 57 movl %gs:8, %eax label
|
D | x86-32.s | 74 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0xa1,A,A,A,A] label
|
D | x86-64.s | 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
|
/external/llvm/test/MC/AsmParser/ |
D | macro-args.s | 8 movl 2(\re2g, \re3g, 2), \var label
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 227 __ movl(rax, Operand(rbp, kStringStartMinusOne)); in CheckNotBackReferenceIgnoreCase() local 232 __ movl(rax, rdi); in CheckNotBackReferenceIgnoreCase() local 400 __ movl(rbx, Operand(rbp, kStringStartMinusOne)); in CheckNotBackReference() local 405 __ movl(rbx, rdi); in CheckNotBackReference() local 468 __ movl(rax, Immediate(mask)); in CheckCharacterAfterAnd() local 482 __ movl(rax, Immediate(mask)); in CheckNotCharacterAfterAnd() local 581 __ movl(rax, current_character()); in CheckSpecialCharacterClass() local 599 __ movl(rax, current_character()); in CheckSpecialCharacterClass() local 847 __ movl(Operand(rbx, i * kIntSize), rax); in GetCode() local 1295 __ movl(Operand(backtrack_stackpointer(), 0), source); in Push() local [all …]
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 964 __ movl(result, result); in AssembleArchInstruction() local 1698 __ movl(kScratchRegister, i.InputRegister(0)); in AssembleArchInstruction() local 1700 __ movl(kScratchRegister, i.InputOperand(0)); in AssembleArchInstruction() local 1706 __ movl(kScratchRegister, i.InputRegister(0)); in AssembleArchInstruction() local 1708 __ movl(kScratchRegister, i.InputOperand(0)); in AssembleArchInstruction() local 1714 __ movl(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local 1721 __ movl(i.OutputRegister(), i.InputOperand(0, kDoubleSize / 2)); in AssembleArchInstruction() local 1931 __ movl(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local 1933 __ movl(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local 1936 __ movl(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local [all …]
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 731 __ movl(rax, count_operand); in DeoptimizeIf() local 735 __ movl(rax, Immediate(FLAG_deopt_every_n_times)); in DeoptimizeIf() local 736 __ movl(count_operand, rax); in DeoptimizeIf() local 742 __ movl(count_operand, rax); in DeoptimizeIf() local 940 __ movl(rax, dividend); in DoModByConstI() local 1047 __ movl(dividend, Immediate(kMinInt / divisor)); in DoFlooringDivByPowerOf2I() local 1212 __ movl(rax, rdx); in DoDivByConstI() local 1278 __ movl(kScratchRegister, left); in DoMulI() local 1590 __ movl(dst, Immediate(instr->value())); in DoConstantI() local 1781 __ movl(left_reg, right_imm); in DoMathMinMax() local [all …]
|
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 241 __ movl(rdx, Operand(rax, Deoptimizer::output_count_offset())); in Generate() local
|
D | code-stubs-x64.cc | 129 __ movl(scratch1, mantissa_operand); in Generate() local 131 __ movl(rcx, exponent_operand); in Generate() local 155 __ movl(result_reg, scratch1); in Generate() local 171 __ movl(final_result_reg, result_reg); in Generate() local 1958 __ movl(rax, Immediate(0)); in GenerateNumbers() local 1959 __ movl(rcx, Immediate(0)); in GenerateNumbers() local
|
D | assembler-x64.cc | 1545 void Assembler::movl(const Operand& dst, Label* src) { in movl() function in v8::internal::Assembler
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 606 __ movl(args_count, in LeaveInterpreterFrame() local 694 __ movl(rcx, FieldOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline() local 2447 __ movl(rcx, rax); in Generate_CallForwardVarargs() local
|