Home | History | Annotate | Download | only in sljit

Lines Matching refs:SUB

58 		   sub operation has no side effect. */
59 "sub %i0, 4, %i0\n"
176 #define SUB (OPC1(0x2) | OPC3(0x04))
841 return push_inst(compiler, SUB | D(SLJIT_R1) | S1(TMP_REG2) | S2(SLJIT_R1), DR(SLJIT_R1));