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 915 void EmitGenericShift(bool wide, int rm, CpuRegister reg, const Immediate& imm);
916 void EmitGenericShift(bool wide, int rm, CpuRegister operand, CpuRegister shifter);
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
assembler_x86.h 828 void EmitGenericShift(int rm, const Operand& operand, const Immediate& imm);
829 void EmitGenericShift(int rm, const Operand& operand, Register shifter);

Completed in 92 milliseconds