Home
last modified time | relevance | path

Searched refs:rs1_hi (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcrypto_helper.c131 uint32_t rs1_hi = RS1 >> 32; in HELPER() local
135 uint32_t r_lo = (rs1_hi ^ rs2_lo); in HELPER()
136 uint32_t r_hi = (rs1_hi ^ rs2_lo ^ rs2_hi); in HELPER()
/openbmc/qemu/tests/tcg/tricore/asm/
H A Dmacros.h189 #define TEST_E_ED(insn, num, res_hi, res_lo, rs1_hi, rs1_lo, rs2) \ argument
192 LI(EREG_RS1_HI, rs1_hi); \