Searched defs:Orr (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 1082 __ Orr(out, first, second); in GenerateDataProcInstruction() local 1196 __ Orr(temp, temp, Operand(second_lo, ShiftType::LSR, 32 - shift_value)); in GenerateLongDataProc() local 1229 __ Orr(temp, temp, Operand(second_hi, ShiftType::LSL, 32 - shift_value)); in GenerateLongDataProc() local 1602 __ Orr(out, out, temp); in GenerateEqualLong() local 1642 __ Orr(out, LowRegisterFrom(left), HighRegisterFrom(left)); in GenerateConditionLong() local 4444 __ Orr(temp1, temp1, temp2); in GenerateMinMaxFloat() local 4702 __ Orr(out_reg_hi, out_reg_hi, Operand(in_reg_lo, ShiftType::LSL, kArmBitsPerWord - rot)); in HandleLongRotate() local 4704 __ Orr(out_reg_lo, out_reg_lo, Operand(in_reg_hi, ShiftType::LSL, kArmBitsPerWord - rot)); in HandleLongRotate() local 4888 __ Orr(o_h, o_h, temp); in HandleShift() local 4907 __ Orr(o_l, o_l, temp); in HandleShift() local [all …]
|
D | code_generator_vector_arm64.cc | 809 __ Orr(dst.V16B(), lhs.V16B(), rhs.V16B()); // lanes do not matter in VisitVecOr() local
|
D | intrinsics_arm_vixl.cc | 1362 __ Orr(temp3, temp3, 0xffu << 23); // uncompressed ? 0xff800000u : 0x7ff80000u in GenerateStringCompareToLoop() local 2943 __ Orr(out, temp, Operand(out, vixl32::LSL, 1)); in VisitDoubleIsInfinite() local
|
D | code_generator_arm64.cc | 1983 __ Orr(dst, lhs, rhs); in HandleBinaryOp() local 2190 __ Orr(out, left, right_operand); in VisitDataProcWithShifterOp() local
|