Lines Matching refs:isAdd
13095 Bool isAdd = insn[1] == 0x7C;13096 HChar* str = isAdd ? "add" : "sub";13122 binop(isAdd ? Iop_Add32Fx4 : Iop_Sub32Fx4, 13139 Bool isAdd = insn[1] == 0x7C;13140 HChar* str = isAdd ? "add" : "sub";13167 binop(isAdd ? Iop_Add64Fx2 : Iop_Sub64Fx2,