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);
207 EmitRex64(src, dst);
229 EmitRex64(dst, src);
366 EmitRex64(dst, src)
    [all...]
assembler_x86_64.h 895 void EmitRex64();
896 void EmitRex64(CpuRegister reg);
897 void EmitRex64(const Operand& operand);
898 void EmitRex64(CpuRegister dst, CpuRegister src);
899 void EmitRex64(CpuRegister dst, const Operand& operand);
900 void EmitRex64(XmmRegister dst, const Operand& operand);
901 void EmitRex64(XmmRegister dst, CpuRegister src);
902 void EmitRex64(CpuRegister dst, XmmRegister src);
    [all...]

Completed in 207 milliseconds