/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitConfigInternal.h | 40 sljit_p : unsgined pointer value (usually the same as sljit_uw, but 382 typedef sljit_uw sljit_p; typedef in typeref:typename:sljit_uw
|
sljitLir.c | 367 && (sizeof(sljit_p) == 4 || sizeof(sljit_p) == 8) 368 && sizeof(sljit_p) <= sizeof(sljit_sw)
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 3014 sljit_p buf[2]; 3025 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3038 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3053 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3055 sljit_emit_fast_enter(compiler, SLJIT_MEM1(SLJIT_SP), sizeof(sljit_p)); 3059 sljit_emit_fast_return(compiler, SLJIT_MEM1(SLJIT_SP), sizeof(sljit_p)); 3068 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3082 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3086 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_p), SLJIT_IMM, SLJIT_FUNC_OFFSET(codeD.code)); 3087 sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_p)); [all...] |