Home
last modified time | relevance | path

Searched defs:SHF_POS (Results 1 – 2 of 2) sorted by relevance

/qemu/target/loongarch/
H A Dvec.h73 #define SHF_POS(i, imm) (((i) & 0xfc) + (((imm) >> (2 * ((i) & 0x03))) & 0x03)) macro
/qemu/target/mips/tcg/
H A Dmsa_helper.c5311 #define SHF_POS(i, imm) (((i) & 0xfc) + (((imm) >> (2 * ((i) & 0x03))) & 0x03)) macro