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

  /external/llvm/test/MC/X86/
x86_64-signed-reloc.s 8 addq $foo, %rax // CHECK-NEXT: R_X86_64_32S label
x86-64.s 595 // CHECK: addq $-424, %rax
597 addq $-424, %rax label
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 1082 void X86_64Assembler::addq(CpuRegister reg, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
1084 CHECK(imm.is_int32()); // addq only supports 32b immediate.
1090 void X86_64Assembler::addq(CpuRegister dst, const Address& address) { function in class:art::x86_64::X86_64Assembler
1098 void X86_64Assembler::addq(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
1100 // 0x01 is addq r/m64 <- r/m64 + r64, with op1 in r/m and op2 in reg: so reverse EmitRex64
    [all...]

Completed in 249 milliseconds