Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dpj.h36 #define UNS(x) (!!((x) & (1<<3))) macro
/toolchain/binutils/binutils-2.27/opcodes/
Dpj-dis.c158 val = (UNS (op->arg[0]) || ((data[0] & 0x80) == 0)) ? 0 : -1; in print_insn_pj()