Searched refs:imm4 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp340 uint16_t imm4 = extractBits(val, 4, 4) << 11; local
347 insn |= imm11 | imm4 | imm9_8 | imm10 | imm6 | imm7 | imm3_1 | imm5;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1457 const uint32_t imm4 = insn.getOperand(2).getImm(); local
1471 result = src_opd_val + imm4;
1477 context.SetRegisterPlusOffset(*reg_info_sp, imm4);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-parse.y210 #define imm4(x) EXPR_VALUE (x)
1870 $$ = DSP32SHIFTIMM (1, &$1, imm4 ($5), &$3, $6.s0 ? 1 : 2, 0);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c601 #define imm4(x) EXPR_VALUE (x) macro
4214 (yyval.instr) = DSP32SHIFTIMM (1, &(yyvsp[-5].reg), imm4 ((yyvsp[-1].expr)), &(yyvsp[-3].reg), (yyvsp[0].modcodes).s0 ? 1 : 2, 0);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1403 // d = UInt(Rd); setflags = FALSE; imm32 = ZeroExtend(imm4:i:imm3:imm8,
1407 uint32_t imm4 = Bits32(opcode, 19, 16); local
1411 imm32 = (imm4 << 12) | (i << 11) | (imm3 << 8) | imm8;
1433 // d = UInt(Rd); setflags = FALSE; imm32 = ZeroExtend(imm4:imm12, 32);
1436 uint32_t imm4 = Bits32(opcode, 19, 16); local
1438 imm32 = (imm4 << 12) | imm12;
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c82 { "imm4", 4, 0, 1, 0, 0, 0, 0, 0},
389 #define imm4(x) fmtconst (c_imm4, x, 0, outf) macro

Completed in 281 milliseconds