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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c 857 static char* jump_names[] = { variable in typeref:typename:char * []
1102 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]);
1174 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]);
1298 fprintf(compiler->verbose, ".%s_f", jump_names[GET_FLAG_TYPE(op)]);
1437 jump_names[type & 0xff], JUMP_POSTFIX(type));
1456 jump_names[type & 0xff], (type & SLJIT_I32_OP) ? "32" : "");
1481 jump_names[type & 0xff], (type & SLJIT_F32_OP) ? ".f32" : ".f64");
1509 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]);
1554 fprintf(compiler->verbose, ", %s%s\n", jump_names[type & 0xff], JUMP_POSTFIX(type));
sljitNativeX86_common.c 2917 jump_names[type & 0xff], JUMP_POSTFIX(type));

Completed in 20 milliseconds