Searched refs:cache_arg (Results 1 – 3 of 3) sorted by relevance
1188 if (arg == compiler->cache_arg) in getput_arg()1193 compiler->cache_arg = arg; in getput_arg()1204 compiler->cache_arg = SLJIT_MEM | (arg & OFFS_REG_MASK); in getput_arg()1210 compiler->cache_arg = arg; in getput_arg()1233 compiler->cache_arg = SLJIT_MEM; in getput_arg()1242 compiler->cache_arg = arg; in getput_arg()1310 compiler->cache_arg = 0; in emit_op()1842 compiler->cache_arg = 0; in sljit_emit_fop1()1897 compiler->cache_arg = 0; in sljit_emit_fop2()2152 compiler->cache_arg = 0; in sljit_emit_cmp()[all …]
750 …if (((SLJIT_MEM | (arg & OFFS_REG_MASK)) == compiler->cache_arg) && (argw == compiler->cache_argw)) in getput_arg()754 compiler->cache_arg = SLJIT_MEM | (arg & OFFS_REG_MASK); in getput_arg()767 …if ((compiler->cache_arg == SLJIT_MEM) && (argw - compiler->cache_argw) <= SIMM_MAX && (argw - com… in getput_arg()775 compiler->cache_arg = SLJIT_MEM; in getput_arg()798 compiler->cache_arg = 0; in emit_op_mem()825 compiler->cache_arg = 0; in emit_op()1218 compiler->cache_arg = 0; in sljit_emit_fop1()1280 compiler->cache_arg = 0; in sljit_emit_fop2()1588 compiler->cache_arg = 0; in sljit_emit_op_flags()
483 sljit_s32 cache_arg; member493 sljit_s32 cache_arg; member
Completed in 31 milliseconds