Home
last modified time | relevance | path

Searched refs:sraw (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/riscv/include/
H A Dencoding.h797 DECLARE_INSN(sraw, MATCH_SRAW, MASK_SRAW)
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c8879 const char *sraw; member
9164 sig_len = hextobin(sig, kv->sraw); in test_ECDSA_KAT()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td774 def SRAW : ALUW_rr<0b0100000, 0b101, "sraw">,
1049 def : InstAlias<"sraw $rd, $rs1, $shamt",
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2410 "sraw", "$RA, $RST, $RB", IIC_IntShift,