Searched refs:shift_reg (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/sd/ |
| H A D | sd.c | 369 uint8_t shift_reg = 0x00; 374 shift_reg <<= 1; in sd_ocr_powerup() 375 if ((shift_reg >> 7) ^ ((*msg >> bit) & 1)) in sd_ocr_powerup() 376 shift_reg ^= 0x89; in sd_ocr_powerup() 379 return shift_reg; in sd_ocr_powerup() 341 uint8_t shift_reg = 0x00; sd_crc7() local
|
| /openbmc/qemu/target/m68k/ |
| H A D | translate.c | 3381 static inline void shift_reg(DisasContext *s, uint16_t insn, int opsize) in shift_im() 3489 shift_reg(s, insn, OS_BYTE); in DISAS_INSN() 3494 shift_reg(s, insn, OS_WORD); in DISAS_INSN() 3497 DISAS_INSN(shift_reg) 3499 shift_reg(s, insn, OS_LONG); in DISAS_INSN() 5947 INSN(shift_reg, e0a0, f0f0, CF_ISA_A); in register_m68k_insns() 5953 INSN(shift_reg, e0a0, f0f0, M68K); in register_m68k_insns() 3392 static inline void shift_reg(DisasContext *s, uint16_t insn, int opsize) shift_reg() function 3508 DISAS_INSN(shift_reg) DISAS_INSN() argument
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-a64.c | 8480 static void shift_reg(TCGv_i64 dst, TCGv_i64 src, int sf, in TRANS() 8531 shift_reg(dst, src, sf, shift_type, tcg_constant_i64(shift_i)); in TRANS() 8543 shift_reg(tcg_rd, tcg_rn, a->sf, shift_type, tcg_shift); in TRANS()
|