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

  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]
assembler_x86_64.h 859 void EmitGenericShift(bool wide, int rm, CpuRegister reg, const Immediate& imm);
860 void EmitGenericShift(bool wide, int rm, CpuRegister operand, CpuRegister shifter);
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
assembler_x86.h 788 void EmitGenericShift(int rm, const Operand& operand, const Immediate& imm);
789 void EmitGenericShift(int rm, const Operand& operand, Register shifter);

Completed in 246 milliseconds