OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op1_names
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c
829
static const char*
op1_names
[] = {
variable in typeref:typename:const char * []
972
fprintf(compiler->verbose, " return%s ",
op1_names
[op - SLJIT_OP1_BASE]);
1096
!(op & SLJIT_I32_OP) ? "" : "32", (op != SLJIT_MOV32 && op != SLJIT_MOVU32) ?
op1_names
[GET_OPCODE(op) - SLJIT_OP1_BASE] : "");
1100
fprintf(compiler->verbose, " %s%s%s%s%s ",
op1_names
[GET_OPCODE(op) - SLJIT_OP1_BASE], !(op & SLJIT_I32_OP) ? "" : "32",
1548
GET_OPCODE(op) < SLJIT_OP2_BASE ?
op1_names
[GET_OPCODE(op) - SLJIT_OP1_BASE] : ((op & SLJIT_I32_OP) ? "32" : ""));
Completed in 11 milliseconds
Indexes created Sat Nov 01 05:10:12 GMT 2025