Searched refs:cond_set (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/sljit/dist/test_src/ |
H A D | sljitTest.c | 81 static void cond_set(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) in cond_set() function 2181 cond_set(compiler, SLJIT_R2, 0, type); \ in test27() 2718 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_MUL_NOT_OVERFLOW); in test31() 2720 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw), SLJIT_MUL_OVERFLOW); in test31() 2726 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), 2 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW); in test31() 2728 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), 3 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW); in test31() 2733 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), 4 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW32); in test31() 2739 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), 6 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW32); in test31() 2742 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), 7 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW32); in test31() 2744 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), 8 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW); in test31() [all …]
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeX86_common.c | 2598 sljit_u8 cond_set = 0; local 2618 cond_set = get_jump_code(type) + 0x10; 2628 *inst++ = cond_set; 2644 *inst++ = cond_set; 2675 *inst++ = cond_set; 2699 *inst++ = cond_set - 0x50; 2710 *inst++ = cond_set; 2730 *inst++ = cond_set; 2744 *inst++ = cond_set; 2761 *inst++ = cond_set;
|