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

  /art/compiler/utils/arm/
assembler_arm32.cc 28 bool Arm32Assembler::ShifterOperandCanHoldArm32(uint32_t immediate, ShifterOperand* shifter_op) {
31 shifter_op->type_ = ShifterOperand::kImmediate;
32 shifter_op->is_rotate_ = true;
33 shifter_op->rotate_ = 0;
34 shifter_op->immed_ = immediate;
41 shifter_op->type_ = ShifterOperand::kImmediate;
42 shifter_op->is_rotate_ = true;
43 shifter_op->rotate_ = rot;
44 shifter_op->immed_ = imm8;
52 ShifterOperand shifter_op; local
1409 ShifterOperand shifter_op; local
1434 ShifterOperand shifter_op; local
1450 ShifterOperand shifter_op; local
    [all...]
assembler_thumb2.cc 518 ShifterOperand* shifter_op) {
519 shifter_op->type_ = ShifterOperand::kImmediate;
520 shifter_op->immed_ = immediate;
521 shifter_op->is_shift_ = false;
522 shifter_op->is_rotate_ = false;
3503 ShifterOperand shifter_op; local
3535 ShifterOperand shifter_op; local
3563 ShifterOperand shifter_op; local
    [all...]
assembler_arm32.h 303 ShifterOperand* shifter_op) OVERRIDE;
401 bool ShifterOperandCanHoldArm32(uint32_t immediate, ShifterOperand* shifter_op);
assembler_arm.h 883 // `shifter_op` contains the operand.
889 ShifterOperand* shifter_op) = 0;
894 ShifterOperand* shifter_op) {
895 return ShifterOperandCanHold(rd, rn, opcode, immediate, kCcDontCare, shifter_op);
    [all...]
assembler_thumb2.h 352 ShifterOperand* shifter_op) OVERRIDE;
    [all...]

Completed in 43 milliseconds