Home | History | Annotate | Download | only in sljit

Lines Matching refs:ANDI

70 #define ANDI 0x92000000
599 return push_inst(compiler, (ANDI ^ inv_bits) | RD(dst) | RN(reg) | inst_bits);