Searched refs:PL (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm/ |
D | constants_arm.h | 112 PL = 5, // Plus, positive or zero | Greater than, equal, or unordered enumerator
|
D | assembler_arm32_test.cc | 109 conditions_.push_back(arm::Condition::PL); in SetUpHelpers()
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 3361 __ it(PL); in HandleShift() 3362 __ Lsl(o_h, low, temp, PL); in HandleShift() 3375 __ it(PL); in HandleShift() 3376 __ Asr(o_l, high, temp, PL); in HandleShift() 3387 __ it(PL); in HandleShift() 3388 __ Lsr(o_l, high, temp, PL); in HandleShift()
|