Home
last modified time | relevance | path

Searched defs:OP_LE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExpression.h80 OP_LE, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExpression.h80 OP_LE, enumerator
/netbsd-src/external/mit/lua/dist/src/
H A Dlopcodes.h282 OP_LE,/* A B k if ((R[A] <= R[B]) ~= k) then pc++ */ enumerator
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c111 #define OP_LE 6 macro