Home | History | Annotate | Download | only in sljit_src

Lines Matching refs:SLJIT_MEM2

175    any SLJIT_MEM1, SLJIT_MEM2 construct). There is no such
195 any SLJIT_MEM1, SLJIT_MEM2 construct). There is no such
647 #define SLJIT_MEM2(r1, r2) (SLJIT_MEM | (r1) | ((r2) << 8))
817 SLJIT_MEM1(r1) or SLJIT_MEM2(r1, r2), r1 is increased by the
821 with update instructions. The shift value of SLJIT_MEM2 addressing
831 SLJIT_MEM2(SLJIT_R1, SLJIT_R0), 0, SLJIT_R0, 0);
833 SLJIT_MEM2(SLJIT_R0, SLJIT_R1), 0, SLJIT_MEM1(SLJIT_R0), 8);
835 SLJIT_MEM2(SLJIT_R0, SLJIT_R1), 0, SLJIT_MEM2(SLJIT_R1, SLJIT_R0), 0);
837 SLJIT_R2, 0, SLJIT_MEM2(SLJIT_R0, SLJIT_R1), 1);
843 SLJIT_MEM2(SLJIT_R0, SLJIT_R2), 0, SLJIT_MEM2(SLJIT_R1, SLJIT_R2), 0);