Searched refs:OP_MASK_ (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | pru.h | 147 (((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 D | riscv.h | 382 ((unsigned int) EXTRACT_BITS ((INSN), OP_MASK_##FIELD, OP_SH_##FIELD))
|
| H A D | ChangeLog-0415 | 393 (OP_MASK_<insn>, OP_MASK): Delete.
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | pru.h | 147 (((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 D | riscv.h | 348 EXTRACT_BITS ((INSN), OP_MASK_##FIELD, OP_SH_##FIELD)
|
| H A D | ChangeLog-0415 | 393 (OP_MASK_<insn>, OP_MASK): Delete.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIDefines.h | 320 OP_MASK_ = (((1 << OP_WIDTH_) - 1) << OP_SHIFT_), enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1325 OpId = (Val & OP_MASK_) >> OP_SHIFT_; in decodeMsg()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mips-dis.c | 1918 (((insn) >> OP_SH_##field) & OP_MASK_##field) in print_insn_mips()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | mips-dis.c | 1995 (((insn) >> OP_SH_##field) & OP_MASK_##field) in print_insn_mips()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-riscv.c | 442 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD)
|
| H A D | tc-mips.c | 1294 ? EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD) \
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-riscv.c | 484 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD)
|
| H A D | tc-mips.c | 1297 ? EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD) \
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/opcode/ |
| H A D | ChangeLog-0415 | 393 (OP_MASK_<insn>, OP_MASK): Delete.
|
| /netbsd-src/external/gpl3/gdb/dist/include/opcode/ |
| H A D | ChangeLog-0415 | 393 (OP_MASK_<insn>, OP_MASK): Delete.
|