Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c7494 enum a64_shift_type shift_type, TCGv_i64 shift_amount) in TRANS()
7496 switch (shift_type) { in TRANS()
7537 enum a64_shift_type shift_type, unsigned int shift_i) in shift_reg_imm() argument
7544 shift_reg(dst, src, sf, shift_type, tcg_constant_i64(shift_i)); in shift_reg_imm()
7557 unsigned int sf, opc, shift_type, invert, rm, shift_amount, rn, rd; in disas_logic_reg() local
7561 shift_type = extract32(insn, 22, 2); in disas_logic_reg()
7575 if (opc == 1 && shift_amount == 0 && shift_type == 0 && rn == 31) { in disas_logic_reg()
7598 shift_reg_imm(tcg_rm, tcg_rm, sf, shift_type, shift_amount); in disas_logic_reg()
7730 int shift_type = extract32(insn, 22, 2); in disas_add_sub_reg() local
7739 if ((shift_type == 3) || (!sf && (imm6 > 31))) { in disas_add_sub_reg()
[all …]