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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 1010 #define SLJIT_FOP2_BASE 160
1013 #define SLJIT_ADD_F64 (SLJIT_FOP2_BASE + 0)
1016 #define SLJIT_SUB_F64 (SLJIT_FOP2_BASE + 1)
1019 #define SLJIT_MUL_F64 (SLJIT_FOP2_BASE + 2)
1022 #define SLJIT_DIV_F64 (SLJIT_FOP2_BASE + 3)
sljitLir.c 1385 fprintf(compiler->verbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_F32_OP) ? ".f32" : ".f64");

Completed in 32 milliseconds