Home
last modified time | relevance | path

Searched refs:COMPILE_SOFT_FLOAT (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dliveness.c107 …_REGISTER == 4 && (var->type == STACK_I8 || (var->type == STACK_R8 && COMPILE_SOFT_FLOAT (cfg)))) { in visit_bb()
126 …_REGISTER == 4 && (var->type == STACK_I8 || (var->type == STACK_R8 && COMPILE_SOFT_FLOAT (cfg)))) { in visit_bb()
H A Dmini.h95 #define COMPILE_SOFT_FLOAT(cfg) (!COMPILE_LLVM ((cfg)) && mono_arch_is_soft_float ()) macro
97 #define COMPILE_SOFT_FLOAT(cfg) (0) macro
H A Dir-emit.h525 if (COMPILE_SOFT_FLOAT ((cfg)) && !(vartype)->byref && (vartype)->type == MONO_TYPE_R4) { \
H A Dmethod-to-ir.c2280 if (COMPILE_SOFT_FLOAT (cfg)) { in mono_emit_call_args()
5329 if (COMPILE_SOFT_FLOAT (cfg)) in mini_emit_inst_for_method()
5422 if (COMPILE_SOFT_FLOAT (cfg)) in mini_emit_inst_for_method()
5996 if (COMPILE_SOFT_FLOAT (cfg)) { in emit_init_local()
7161 if (COMPILE_SOFT_FLOAT (cfg) && !ret_type->byref && ret_type->type == MONO_TYPE_R4) { in emit_setret()
13656 if (ins->type == STACK_R8 && !COMPILE_SOFT_FLOAT (cfg)) in mono_spill_global_vars()
13918 if (COMPILE_SOFT_FLOAT (cfg) && store_opcode == OP_STORER8_MEMBASE_REG) { in mono_spill_global_vars()
H A Dmini.c3701 if (COMPILE_SOFT_FLOAT (cfg)) in mini_method_compile()