Searched refs:PL (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm/ |
D | constants_arm.h | 108 PL = 5, // plus/positive or zero enumerator
|
D | assembler_arm32_test.cc | 108 conditions_.push_back(arm::Condition::PL); in SetUpHelpers()
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 2538 __ it(PL); in HandleShift() 2539 __ Lsl(o_h, low, temp, false, PL); in HandleShift() 2552 __ it(PL); in HandleShift() 2553 __ Asr(o_l, high, temp, false, PL); in HandleShift() 2564 __ it(PL); in HandleShift() 2565 __ Lsr(o_l, high, temp, false, PL); in HandleShift()
|