HomeSort by relevance Sort by last modified time
    Searched defs:ShifterOperandCanHold (Results 1 - 3 of 3) sorted by null

  /art/compiler/utils/arm/
assembler_arm_vixl.cc 93 bool ArmVIXLAssembler::ShifterOperandCanHold(Opcode opcode, uint32_t immediate, SetCc set_cc) {
assembler_arm.h 832 virtual bool ShifterOperandCanHold(Register rd,
838 bool ShifterOperandCanHold(Register rd,
843 return ShifterOperandCanHold(rd, rn, opcode, immediate, kCcDontCare, shifter_op);
    [all...]
assembler_thumb2.cc 513 bool Thumb2Assembler::ShifterOperandCanHold(Register rd ATTRIBUTE_UNUSED,
    [all...]

Completed in 56 milliseconds