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

Completed in 70 milliseconds