Searched defs:orr (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 3174 __ orr(out_reg_hi, out_reg_hi, ShifterOperand(in_reg_lo, arm::LSL, kArmBitsPerWord - rot)); in HandleLongRotate() local 3176 __ orr(out_reg_lo, out_reg_lo, ShifterOperand(in_reg_hi, arm::LSL, kArmBitsPerWord - rot)); in HandleLongRotate() local 3358 __ orr(o_h, o_h, ShifterOperand(temp)); in HandleShift() local 3372 __ orr(o_l, o_l, ShifterOperand(temp)); in HandleShift() local 3385 __ orr(o_l, o_l, ShifterOperand(temp)); in HandleShift() local 3434 __ orr(o_h, o_h, ShifterOperand(low, LSR, 32 - shift_value)); in HandleShift() local 3438 __ orr(o_l, o_l, ShifterOperand(high, LSL, 32 - shift_value)); in HandleShift() local 3442 __ orr(o_l, o_l, ShifterOperand(high, LSL, 32 - shift_value)); in HandleShift() local 5869 __ orr(out, first, so); in GenerateOrrConst() local 5936 __ 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
|