Home
last modified time | relevance | path

Searched refs:OP_LE_P (Results 1 – 3 of 3) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dpr_comp.h255 OP_LE_P, enumerator
/dports/games/quakeforge/quakeforge-0.7.2/libs/gamecode/
H A Dpr_opcode.c1007 {"<=", "le.p", OP_LE_P, false,
H A Dpr_exec.c1034 case OP_LE_P: in PR_ExecuteProgram()