Searched refs:is_ld1r (Results 1 – 3 of 3) sorted by relevance
195 int is_ld1r = get_opcode_dependent_value (inst->opcode) == 1; in aarch64_ins_ldst_reglist_r() local201 if (is_ld1r && info->reglist.num_regs == 2) in aarch64_ins_ldst_reglist_r()
939 int is_ld1r = get_opcode_dependent_value (inst->opcode) == 1; in aarch64_ext_simd_addr_post() local949 info->addr.offset.imm = (is_ld1r ? 1 in aarch64_ext_simd_addr_post()
1410 int is_ld1r = get_opcode_dependent_value (opcode) == 1; in operand_general_constraint_met_p() local1413 num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs) in operand_general_constraint_met_p()