Searched refs:SLJIT_CONV_F64_FROM_F32 (Results 1 – 9 of 9) sorted by relevance
1021 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1) macro1022 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_F32_OP)
1053 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1085 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1442 …emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x1) : mem_flags… in sljit_emit_fop1()1461 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1610 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1633 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1662 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1673 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1428 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1453 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1353 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in check_sljit_emit_fop1()1354 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1906 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1929 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
2341 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) {