Home | History | Annotate | Download | only in sljit

Lines Matching refs:IMM_ARG

112 #define IMM_ARG		0x2000
114 #define IMM(imm) (((imm) & 0x1fff) | IMM_ARG)
585 FAIL_IF(push_inst(compiler, SLL_W | D(arg2) | S1(OFFS_REG(arg)) | IMM_ARG | argw, DR(arg2)));