Searched refs:SLJIT_CONV_F64_FROM_F32 (Results 1 – 9 of 9) sorted by relevance
882 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1) macro883 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_F32_OP)
1049 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1083 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1195 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in check_sljit_emit_fop1()1196 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1701 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1729 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1692 …emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x100) : mem_fla… in sljit_emit_fop1()1711 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1892 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1903 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
1415 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()1442 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
2179 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()2207 case SLJIT_CONV_F64_FROM_F32: in sljit_emit_fop1()
2439 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) {