Searched refs:jump_names (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.c857 static char* jump_names[] = { variable
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));
H A DsljitNativeX86_common.c2917 jump_names[type & 0xff], JUMP_POSTFIX(type));

Completed in 402 milliseconds