Home
last modified time | relevance | path

Searched defs:uimm (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c719 static void sm3c(uint32_t *vd, uint32_t *vs1, uint32_t *vs2, uint32_t uimm) in sm3c()
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit.h297 static inline u16 rv_css_insn(u8 funct3, u32 uimm, u8 rs2, u8 op) in rv_css_insn()
302 static inline u16 rv_ciw_insn(u8 funct3, u32 uimm, u8 rd, u8 op) in rv_ciw_insn()
/openbmc/qemu/target/ppc/
H A Dtranslate.c2434 target_ulong uimm = UIMM(ctx->opcode); in gen_ori() local
2445 target_ulong uimm = UIMM(ctx->opcode); in gen_oris() local
2458 target_ulong uimm = UIMM(ctx->opcode); in gen_xori() local
2470 target_ulong uimm = UIMM(ctx->opcode); in gen_xoris() local
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c2346 target_ulong uimm = (target_long)imm; /* Sign extend to 32/64 bits */ in gen_arith_imm() local
2422 target_ulong uimm; in gen_logic_imm() local
2470 target_ulong uimm = (target_long)imm; /* Sign extend to 32/64 bits */ in gen_slt_imm() local
2493 target_ulong uimm = ((uint16_t)imm) & 0x1f; in gen_shift_imm() local