Searched refs:cache_arg (Results 1 – 8 of 8) sorted by relevance
355 sljit_si cache_arg; member360 sljit_si cache_arg; member365 sljit_si cache_arg; member371 sljit_si cache_arg; member377 sljit_si cache_arg; member383 sljit_si cache_arg; member388 sljit_si cache_arg; member
776 compiler->cache_arg = arg; in getput_arg()801 compiler->cache_arg = arg; in getput_arg()863 compiler->cache_arg = SLJIT_MEM; in getput_arg()872 compiler->cache_arg = arg; in getput_arg()885 compiler->cache_arg = 0; in emit_op_mem()912 compiler->cache_arg = 0; in emit_op()1409 compiler->cache_arg = 0; in sljit_emit_fop1()1466 compiler->cache_arg = 0; in sljit_emit_fop2()1749 compiler->cache_arg = 0; in sljit_emit_cmp()1868 compiler->cache_arg = 0; in sljit_emit_fcmp()[all …]
1063 if (compiler->cache_arg == arg) { in getput_arg()1095 compiler->cache_arg = SLJIT_MEM; in getput_arg()1114 compiler->cache_arg = 0; in emit_op_mem()1326 compiler->cache_arg = 0; in sljit_emit_op1()1460 compiler->cache_arg = 0; in sljit_emit_op2()1620 compiler->cache_arg = arg; in emit_fop_mem()1699 compiler->cache_arg = 0; in sljit_emit_fop1()1753 compiler->cache_arg = 0; in sljit_emit_fop2()1811 compiler->cache_arg = 0; in sljit_emit_fast_enter()1828 compiler->cache_arg = 0; in sljit_emit_fast_return()[all …]
1103 compiler->cache_arg = 0; in emit_single_op()1556 compiler->cache_arg = SLJIT_IMM; in getput_arg()1569 compiler->cache_arg = arg; in getput_arg()1590 compiler->cache_arg = 0; in emit_op_mem()1619 compiler->cache_arg = 0; in emit_op()2095 compiler->cache_arg = arg; in emit_fop_mem()2177 compiler->cache_arg = 0; in sljit_emit_fop1()2231 compiler->cache_arg = 0; in sljit_emit_fop2()2297 compiler->cache_arg = 0; in sljit_emit_fast_enter()2314 compiler->cache_arg = 0; in sljit_emit_fast_return()[all …]
960 compiler->cache_arg = SLJIT_MEM; in getput_arg()990 if (compiler->cache_arg == arg) { in getput_arg()1024 compiler->cache_arg = SLJIT_MEM | arg; in getput_arg()1029 compiler->cache_arg = SLJIT_MEM; in getput_arg()1047 compiler->cache_arg = 0; in emit_op_mem()1290 compiler->cache_arg = 0; in sljit_emit_op1()1443 compiler->cache_arg = 0; in sljit_emit_op2()1593 compiler->cache_arg = SLJIT_MEM; in emit_fop_mem()1682 compiler->cache_arg = 0; in sljit_emit_fop1()1735 compiler->cache_arg = 0; in sljit_emit_fop2()[all …]
968 compiler->cache_arg = SLJIT_MEM | (arg & OFFS_REG_MASK); in getput_arg()1015 compiler->cache_arg = SLJIT_MEM | arg; in getput_arg()1042 compiler->cache_arg = SLJIT_IMM; in getput_arg()1052 if (compiler->cache_arg == arg && diff <= SIMM_MAX && diff >= SIMM_MIN) { in getput_arg()1072 compiler->cache_arg = SLJIT_IMM; in getput_arg()1086 compiler->cache_arg = arg; in getput_arg()1096 compiler->cache_arg = SLJIT_IMM; in getput_arg()1133 compiler->cache_arg = 0; in emit_op()1882 compiler->cache_arg = 0; in sljit_emit_fop1()1940 compiler->cache_arg = 0; in sljit_emit_fop2()[all …]
1369 if (arg == compiler->cache_arg) { in getput_arg()1378 compiler->cache_arg = arg; in getput_arg()1412 compiler->cache_arg = arg; in getput_arg()1468 compiler->cache_arg = SLJIT_MEM; in getput_arg()1481 if (compiler->cache_arg == arg in getput_arg()1495 if (compiler->cache_arg == SLJIT_MEM in getput_arg()1501 compiler->cache_arg = SLJIT_MEM; in getput_arg()1517 compiler->cache_arg = arg; in getput_arg()1538 compiler->cache_arg = 0; in emit_op_mem()1971 compiler->cache_arg = 0; in emit_op()[all …]
569 …if (((SLJIT_MEM | (arg & OFFS_REG_MASK)) == compiler->cache_arg) && (argw == compiler->cache_argw)) in getput_arg()573 compiler->cache_arg = SLJIT_MEM | (arg & OFFS_REG_MASK); in getput_arg()586 …if ((compiler->cache_arg == SLJIT_MEM) && (argw - compiler->cache_argw) <= SIMM_MAX && (argw - com… in getput_arg()594 compiler->cache_arg = SLJIT_MEM; in getput_arg()620 compiler->cache_arg = 0; in emit_op_mem()647 compiler->cache_arg = 0; in emit_op()1039 compiler->cache_arg = 0; in sljit_emit_fop1()1103 compiler->cache_arg = 0; in sljit_emit_fop2()1388 compiler->cache_arg = 0; in sljit_emit_op_flags()
Completed in 55 milliseconds