Searched refs:psraw (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/misc/ |
H A D | bh1770glc.c | 243 static inline u8 bh1770_psraw_to_adjusted(struct bh1770_chip *chip, u8 psraw) in bh1770_psraw_to_adjusted() argument 246 adjusted = (u16)(((u32)(psraw + chip->prox_const) * chip->prox_coef) / in bh1770_psraw_to_adjusted()
|
/openbmc/qemu/target/mips/ |
H A D | helper.h | 250 DEF_HELPER_FLAGS_2(psraw, TCG_CALL_NO_RWG_SE, i64, i64, i64)
|
/openbmc/qemu/target/i386/tcg/ |
H A D | ops_sse_header.h.inc | 42 DEF_HELPER_4(glue(psraw, SUFFIX), void, env, Reg, Reg, Reg)
|
H A D | emit.c.inc | 939 BINARY_INT_MMX(PSRAW_r, psraw)
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 579 e1: psraw Pq,Qq | vpsraw Vx,Hx,Wx (66),(v1) 1105 4: psraw Nq,Ib (11B) | vpsraw Hx,Ux,Ib (66),(11B),(v1)
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 579 e1: psraw Pq,Qq | vpsraw Vx,Hx,Wx (66),(v1) 1105 4: psraw Nq,Ib (11B) | vpsraw Hx,Ux,Ib (66),(11B),(v1)
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1620 "PSRAW mm2, imm8u","PSRAW imm8u, mm2","psraw imm8u, mm2","0F 71 /4 ib","V","V","MMX","modrm_regonly… 1621 "PSRAW xmm2, imm8u","PSRAW imm8u, xmm2","psraw imm8u, xmm2","66 0F 71 /4 ib","V","V","SSE2","modrm_… 1622 "PSRAW mm1, mm2/m64","PSRAW mm2/m64, mm1","psraw mm2/m64, mm1","0F E1 /r","V","V","MMX","","rw,r","… 1623 "PSRAW xmm1, xmm2/m128","PSRAW xmm2/m128, xmm1","psraw xmm2/m128, xmm1","66 0F E1 /r","V","V","SSE2…
|