Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dbfin.h708 #define LOGI2op_dst_mask 0x7 macro
719 LOGI2op_dst_bits, LOGI2op_dst_mask, \
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c1359 int dst = ((iw0 >> LOGI2op_dst_bits) & LOGI2op_dst_mask); in decode_LOGI2op_0()