Home
last modified time | relevance | path

Searched refs:OPCODE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dopcode.def1 // OPCODE negated swaped float arity, flags
3 OPCODE(BADOP, BADOP, BADOP, BADOP, 0, OPF_NONE)
6 OPCODE(ENTRY, BADOP, BADOP, BADOP, 0, OPF_NONE)
9 OPCODE(RET, BADOP, BADOP, BADOP, 1, OPF_NONE)
10 OPCODE(BR, BADOP, BADOP, BADOP, 0, OPF_NONE)
11 OPCODE(CBR, BADOP, BADOP, BADOP, 1, OPF_NONE)
12 OPCODE(SWITCH, BADOP, BADOP, BADOP, 1, OPF_NONE)
13 OPCODE(COMPUTEDGOTO, BADOP, BADOP, BADOP, 1, OPF_NONE)
17 OPCODE(ADD, BADOP, BADOP, FADD, 2, OPF_TARGET)
18 OPCODE(SUB, BADOP, BADOP, FSUB, 2, OPF_TARGET)
[all …]
H A Dopcode.c26 #define OPCODE(OP,NG,SW,TF,N,FL) \ macro
36 #undef OPCODE
H A Dopcode.h7 #define OPCODE(OP,NG,SW,TF,N,FL) OP_##OP, macro
10 #undef OPCODE
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c51 OPCODE = 0, enumerator
265 field_5ex_t f = OPCODE; in cldap_parse()
279 case OPCODE: in cldap_parse()