Home
last modified time | relevance | path

Searched defs:movl (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/MC/X86/
Dx86_errors.s23 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
Dimm-comments.s9 movl $2147483647, %eax label
10 movl $-2147483648, %eax label
D2011-09-06-NoNewline.s3 movl %gs:8, %eax label
Dx86_operands.s62 movl %gs:8, %eax label
Dx86-64.s591 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
Dx86-16.s59 movl 0, %eax label
Dx86-32.s102 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0xa1,0x00,0x00,0x00,0x00] label
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
D2011-09-06-NoNewline.s2 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/
Dx86_operands.s57 movl %gs:8, %eax label
Dx86-32.s74 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0xa1,A,A,A,A] label
Dx86-64.s553 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/
Dmacro-args.s8 movl 2(\re2g, \re3g, 2), \var label
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc227 __ 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/
Dcode-generator-x64.cc964 __ 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/
Dlithium-codegen-x64.cc731 __ 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/
Ddeoptimizer-x64.cc241 __ movl(rdx, Operand(rax, Deoptimizer::output_count_offset())); in Generate() local
Dcode-stubs-x64.cc129 __ 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
Dassembler-x64.cc1545 void Assembler::movl(const Operand& dst, Label* src) { in movl() function in v8::internal::Assembler
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc606 __ movl(args_count, in LeaveInterpreterFrame() local
694 __ movl(rcx, FieldOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline() local
2447 __ movl(rcx, rax); in Generate_CallForwardVarargs() local