Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate-a64.c6042 enum a64_shift_type shift_type, TCGv_i64 shift_amount) in TRANS()
6044 switch (shift_type) { in TRANS()
6092 shift_reg(dst, src, sf, shift_type, tcg_constant_i64(shift_i)); in shift_reg_imm()
6105 unsigned int sf, opc, shift_type, invert, rm, shift_amount, rn, rd; in disas_logic_reg() local
6109 shift_type = extract32(insn, 22, 2); in disas_logic_reg()
6123 if (opc == 1 && shift_amount == 0 && shift_type == 0 && rn == 31) { in disas_logic_reg()
6146 shift_reg_imm(tcg_rm, tcg_rm, sf, shift_type, shift_amount); in disas_logic_reg()
6278 int shift_type = extract32(insn, 22, 2); in disas_add_sub_reg() local
6287 if ((shift_type == 3) || (!sf && (imm6 > 31))) { in disas_add_sub_reg()
6295 shift_reg_imm(tcg_rm, tcg_rm, sf, shift_type, imm6); in disas_add_sub_reg()
[all …]