Searched defs:orr (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/optimizing/ |
| D | code_generator_arm.cc | 3176 __ orr(out_reg_hi, out_reg_hi, ShifterOperand(in_reg_lo, arm::LSL, kArmBitsPerWord - rot)); in HandleLongRotate() local 3178 __ orr(out_reg_lo, out_reg_lo, ShifterOperand(in_reg_hi, arm::LSL, kArmBitsPerWord - rot)); in HandleLongRotate() local 3360 __ orr(o_h, o_h, ShifterOperand(temp)); in HandleShift() local 3374 __ orr(o_l, o_l, ShifterOperand(temp)); in HandleShift() local 3387 __ orr(o_l, o_l, ShifterOperand(temp)); in HandleShift() local 3436 __ orr(o_h, o_h, ShifterOperand(low, LSR, 32 - shift_value)); in HandleShift() local 3440 __ orr(o_l, o_l, ShifterOperand(high, LSL, 32 - shift_value)); in HandleShift() local 3444 __ orr(o_l, o_l, ShifterOperand(high, LSL, 32 - shift_value)); in HandleShift() local 5871 __ orr(out, first, so); in GenerateOrrConst() local 5938 __ orr(out_reg, first_reg, second_reg); in HandleBitwiseOperation() local [all …]
|
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 243 __ orr(R0, R1, ShifterOperand(R2), AL, kCcKeep); in TEST_F() local 336 __ orr(R0, R0, ShifterOperand(R1), arm::EQ, kCcKeep); in TEST_F() local 351 __ orr(R0, R0, ShifterOperand(R1)); in TEST_F() local 375 __ orr(R0, R1, ShifterOperand(0x55)); in TEST_F() local 406 __ orr(R0, R1, ShifterOperand(0x550055)); in TEST_F() local
|
| /art/compiler/utils/arm/ |
| D | assembler_arm32.cc | 133 void Arm32Assembler::orr(Register rd, Register rn, const ShifterOperand& so, in orr() function in art::arm::Arm32Assembler
|
| D | assembler_thumb2.cc | 612 void Thumb2Assembler::orr(Register rd, Register rn, const ShifterOperand& so, in orr() function in art::arm::Thumb2Assembler
|