Home
last modified time | relevance | path

Searched defs:imm4 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp340 uint16_t imm4 = extractBits(val, 4, 4) << 11; in relocate() local
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-parse.y210 #define imm4(x) EXPR_VALUE (x) macro
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1457 const uint32_t imm4 = insn.getOperand(2).getImm(); in Emulate_ADDIUS5() local
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c601 #define imm4(x) EXPR_VALUE (x) macro
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1407 uint32_t imm4 = Bits32(opcode, 19, 16); in EmulateMOVRdImm() local
1436 uint32_t imm4 = Bits32(opcode, 19, 16); in EmulateMOVRdImm() local
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c389 #define imm4(x) fmtconst (c_imm4, x, 0, outf) macro