Searched defs:isMLA (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4904 bool isMLA = false; local
4919 isMLA = true;
4922 isMLA = true;
4926 isMLA = true;
4944 if (!isMLA) {
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c17622 Bool isMLA = INSN1(7,4) == BITS4(0,0,0,0); local
17625 binop(isMLA ? Iop_Add32 : Iop_Sub32,
17630 isMLA ? "mla" : "mls", rD, rN, rM, rA);

Completed in 153 milliseconds