Home
last modified time | relevance | path

Searched refs:O_BNOT (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/bin/ksh/
Dexpr.c42 O_BNOT, O_LNOT, enumerator
294 if (op == O_BNOT || op == O_LNOT || op == O_MINUS
299 if (op == O_BNOT)
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-h8300.c1628 || this_try->opcode->how == O (O_BNOT, SB) in build_bytes()
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dh8300.h1094 O_BNOT, enumerator
1317 EBITOP (O (O_BNOT, SB), IMM3 | B30, "bnot", 0x6, 0x1, 0x7, 0xD, 0x7, 0xF, 0x8, 0),
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dh8300.h1094 O_BNOT, enumerator
1317 EBITOP (O (O_BNOT, SB), IMM3 | B30, "bnot", 0x6, 0x1, 0x7, 0xD, 0x7, 0xF, 0x8, 0),
/netbsd/src/external/gpl3/gdb/dist/sim/h8300/
Dcompile.c3524 OBITOP (O_BNOT, 1, 1, ea ^= m); /* bnot */ in step_once()