Searched refs:cache_arg (Results 1 – 3 of 3) sorted by relevance
981 if (arg == compiler->cache_arg) in getput_arg()986 compiler->cache_arg = arg; in getput_arg()997 compiler->cache_arg = SLJIT_MEM | (arg & OFFS_REG_MASK); in getput_arg()1003 compiler->cache_arg = arg; in getput_arg()1026 compiler->cache_arg = SLJIT_MEM; in getput_arg()1035 compiler->cache_arg = arg; in getput_arg()1103 compiler->cache_arg = 0; in emit_op()1640 compiler->cache_arg = 0; in sljit_emit_fop1()1695 compiler->cache_arg = 0; in sljit_emit_fop2()1948 compiler->cache_arg = 0; in sljit_emit_cmp()[all …]
651 …if (((SLJIT_MEM | (arg & OFFS_REG_MASK)) == compiler->cache_arg) && (argw == compiler->cache_argw)) in getput_arg()655 compiler->cache_arg = SLJIT_MEM | (arg & OFFS_REG_MASK); in getput_arg()668 …if ((compiler->cache_arg == SLJIT_MEM) && (argw - compiler->cache_argw) <= SIMM_MAX && (argw - com… in getput_arg()676 compiler->cache_arg = SLJIT_MEM; in getput_arg()699 compiler->cache_arg = 0; in emit_op_mem()726 compiler->cache_arg = 0; in emit_op()1108 compiler->cache_arg = 0; in sljit_emit_fop1()1170 compiler->cache_arg = 0; in sljit_emit_fop2()1473 compiler->cache_arg = 0; in sljit_emit_op_flags()
455 sljit_s32 cache_arg; member461 sljit_s32 cache_arg; member
Completed in 18 milliseconds