Home
last modified time | relevance | path

Searched refs:OPF_NONE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dopcode.def3 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)
96 OPCODE(STORE, BADOP, BADOP, BADOP, 1, OPF_NONE)
104 OPCODE(INLINED_CALL, BADOP, BADOP, BADOP, 0, OPF_NONE)
105 OPCODE(NOP, BADOP, BADOP, BADOP, 0, OPF_NONE)
[all …]
H A Dopcode.h21 #define OPF_NONE 0 macro