Home
last modified time | relevance | path

Searched defs:orr (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm.cc3174 __ 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/
Dassembler_thumb_test.cc243 __ 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/
Dassembler_arm32.cc133 void Arm32Assembler::orr(Register rd, Register rn, const ShifterOperand& so, in orr() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc612 void Thumb2Assembler::orr(Register rd, Register rn, const ShifterOperand& so, in orr() function in art::arm::Thumb2Assembler