HomeSort by relevance Sort by last modified time
    Searched refs:EmitRex64 (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/x86_64/
assembler_x86_64.cc 110 EmitRex64(dst);
115 EmitRex64(dst);
134 EmitRex64(dst);
143 // 0x89 is movq r/m64 <- r64, with op1 in r/m and op2 in reg: so reverse EmitRex64
144 EmitRex64(src, dst);
160 EmitRex64(dst, src);
176 EmitRex64(src, dst);
338 EmitRex64(dst, src);
393 EmitRex64(dst, src);
401 EmitRex64(dst, src)
    [all...]
assembler_x86_64.h 803 void EmitRex64();
804 void EmitRex64(CpuRegister reg);
805 void EmitRex64(const Operand& operand);
806 void EmitRex64(CpuRegister dst, CpuRegister src);
807 void EmitRex64(CpuRegister dst, const Operand& operand);
808 void EmitRex64(XmmRegister dst, const Operand& operand);
809 void EmitRex64(XmmRegister dst, CpuRegister src);
810 void EmitRex64(CpuRegister dst, XmmRegister src);

Completed in 36 milliseconds