Home
last modified time | relevance | path

Searched refs:shift_reg (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/sd/
H A Dsd.c294 uint8_t shift_reg = 0x00; in sd_crc7() local
299 shift_reg <<= 1; in sd_crc7()
300 if ((shift_reg >> 7) ^ ((*msg >> bit) & 1)) in sd_crc7()
301 shift_reg ^= 0x89; in sd_crc7()
304 return shift_reg; in sd_crc7()
/qemu/target/m68k/
H A Dtranslate.c3386 static inline void shift_reg(DisasContext *s, uint16_t insn, int opsize) in shift_reg() function
3494 shift_reg(s, insn, OS_BYTE); in DISAS_INSN()
3499 shift_reg(s, insn, OS_WORD); in DISAS_INSN()
3502 DISAS_INSN(shift_reg) in DISAS_INSN() argument
3504 shift_reg(s, insn, OS_LONG); in DISAS_INSN()
5950 INSN(shift_reg, e0a0, f0f0, CF_ISA_A); in register_m68k_insns()
5956 INSN(shift_reg, e0a0, f0f0, M68K); in register_m68k_insns()
/qemu/target/arm/tcg/
H A Dtranslate-a64.c6041 static void shift_reg(TCGv_i64 dst, TCGv_i64 src, int sf, in TRANS()
6092 shift_reg(dst, src, sf, shift_type, tcg_constant_i64(shift_i)); in shift_reg_imm()
7013 shift_reg(tcg_rd, tcg_rn, sf, shift_type, tcg_shift); in handle_shift_reg()