Searched refs:SLJIT_CONV_F64_FROM_F32 (Results 1 – 9 of 9) sorted by relevance
1086 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1) macro1087 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_F32_OP)
1114 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1146 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1509 …emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x1) : mem_flags… in sljit_emit_fop1()1528 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1425 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in check_sljit_emit_fop1()1426 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1778 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1789 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
2045 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()2068 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1659 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1682 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1642 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1667 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
2570 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) {