HomeSort by: relevance | last modified time | path
    Searched refs:SLJIT_FOP1_BASE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 971 #define SLJIT_FOP1_BASE 128
974 #define SLJIT_MOV_F64 (SLJIT_FOP1_BASE + 0)
980 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1)
983 #define SLJIT_CONV_SW_FROM_F64 (SLJIT_FOP1_BASE + 2)
986 #define SLJIT_CONV_S32_FROM_F64 (SLJIT_FOP1_BASE + 3)
989 #define SLJIT_CONV_F64_FROM_SW (SLJIT_FOP1_BASE + 4)
992 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5)
996 #define SLJIT_CMP_F64 (SLJIT_FOP1_BASE + 6)
999 #define SLJIT_NEG_F64 (SLJIT_FOP1_BASE + 7)
1002 #define SLJIT_ABS_F64 (SLJIT_FOP1_BASE + 8
    [all...]
sljitLir.c 1257 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE],
1260 fprintf(compiler->verbose, " %s%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE],
1296 fprintf(compiler->verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_F32_OP) ? ".f32" : ".f64");
1328 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE],
1358 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE],

Completed in 14 milliseconds