Home
last modified time | relevance | path

Searched refs:orc_compiler_get_temp_constant (Results 1 – 4 of 4) sorted by relevance

/dports/devel/orc/orc-0.4.31/orc/
H A Dorccompiler.h151 ORC_API int orc_compiler_get_temp_constant (OrcCompiler *compiler, int size, int value);
H A Dorcrules-sse.c853 tmpc = orc_compiler_get_temp_constant (p, 1<<type, 1); in sse_rule_signX_ssse3()
2353 tmp = orc_compiler_get_temp_constant (p, 4, 0xffffffff); in sse_rule_subssl_slow()
2660 tmpc = orc_compiler_get_temp_constant (p, 4, 0x80000000); in sse_rule_convfl()
2678 tmpc = orc_compiler_get_temp_constant (p, 4, 0x80000000); in sse_rule_convdl()
H A Dorcrules-mmx.c853 tmpc = orc_compiler_get_temp_constant (p, 1<<type, 1); in mmx_rule_signX_ssse3()
2308 tmp = orc_compiler_get_temp_constant (p, 4, 0xffffffff); in mmx_rule_subssl_slow()
2615 tmpc = orc_compiler_get_temp_constant (p, 4, 0x80000000); in mmx_rule_convfl()
2633 tmpc = orc_compiler_get_temp_constant (p, 4, 0x80000000); in mmx_rule_convdl()
H A Dorccompiler.c1062 orc_compiler_get_temp_constant (OrcCompiler *compiler, int size, int value) in orc_compiler_get_temp_constant() function