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 900 void EmitRex64();
901 void EmitRex64(CpuRegister reg);
902 void EmitRex64(const Operand& operand);
903 void EmitRex64(CpuRegister dst, CpuRegister src);
904 void EmitRex64(CpuRegister dst, const Operand& operand);
905 void EmitRex64(XmmRegister dst, const Operand& operand);
906 void EmitRex64(XmmRegister dst, CpuRegister src);
907 void EmitRex64(CpuRegister dst, XmmRegister src);
    [all...]

Completed in 486 milliseconds