Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/arm/
Dconstants_arm.h112 PL = 5, // Plus, positive or zero | Greater than, equal, or unordered enumerator
Dassembler_arm32_test.cc109 conditions_.push_back(arm::Condition::PL); in SetUpHelpers()
/art/compiler/optimizing/
Dcode_generator_arm.cc3361 __ 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()