Home
last modified time | relevance | path

Searched refs:OP_MASK_ (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dpru.h147 (((i) & OP_MASK_##X) >> OP_SH_##X)
149 ((i) = (((i) & ~OP_MASK_##X) | (((v) << OP_SH_##X) & OP_MASK_##X)))
152 (((i) & OP_MASK_##X) == OP_MATCH_##X)
H A Driscv.h382 ((unsigned int) EXTRACT_BITS ((INSN), OP_MASK_##FIELD, OP_SH_##FIELD))
H A DChangeLog-0415393 (OP_MASK_<insn>, OP_MASK): Delete.
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dpru.h147 (((i) & OP_MASK_##X) >> OP_SH_##X)
149 ((i) = (((i) & ~OP_MASK_##X) | (((v) << OP_SH_##X) & OP_MASK_##X)))
152 (((i) & OP_MASK_##X) == OP_MATCH_##X)
H A Driscv.h348 EXTRACT_BITS ((INSN), OP_MASK_##FIELD, OP_SH_##FIELD)
H A DChangeLog-0415393 (OP_MASK_<insn>, OP_MASK): Delete.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIDefines.h320 OP_MASK_ = (((1 << OP_WIDTH_) - 1) << OP_SHIFT_), enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1325 OpId = (Val & OP_MASK_) >> OP_SHIFT_; in decodeMsg()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmips-dis.c1918 (((insn) >> OP_SH_##field) & OP_MASK_##field) in print_insn_mips()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmips-dis.c1995 (((insn) >> OP_SH_##field) & OP_MASK_##field) in print_insn_mips()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c442 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD)
H A Dtc-mips.c1294 ? EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD) \
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-riscv.c484 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD)
H A Dtc-mips.c1297 ? EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD) \
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/
H A DChangeLog-0415393 (OP_MASK_<insn>, OP_MASK): Delete.
/netbsd-src/external/gpl3/gdb/dist/include/opcode/
H A DChangeLog-0415393 (OP_MASK_<insn>, OP_MASK): Delete.