Lines Matching defs:isAdd
11756 Bool isAdd = insn[2] == 0x7C;11757 HChar* str = isAdd ? "add" : "sub";11783 binop(isAdd ? Iop_Add32Fx4 : Iop_Sub32Fx4, 11799 Bool isAdd = insn[1] == 0x7C;11800 HChar* str = isAdd ? "add" : "sub";11827 binop(isAdd ? Iop_Add64Fx2 : Iop_Sub64Fx2,