Home | History | Annotate | Download | only in sljit

Lines Matching full:andi

99 #define ANDI		0xf0000000
617 return push_inst32(compiler, ANDI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | nimm);
2009 ins = (op == SLJIT_AND ? ANDI : (op == SLJIT_OR ? ORRI : EORI));