Lines Matching refs:new_op
6065 enum aarch64_op new_op; in try_to_encode_as_unscaled_ldst() local
6072 case OP_LDRB_POS:new_op = OP_LDURB; break; in try_to_encode_as_unscaled_ldst()
6073 case OP_STRB_POS: new_op = OP_STURB; break; in try_to_encode_as_unscaled_ldst()
6074 case OP_LDRSB_POS: new_op = OP_LDURSB; break; in try_to_encode_as_unscaled_ldst()
6075 case OP_LDRH_POS: new_op = OP_LDURH; break; in try_to_encode_as_unscaled_ldst()
6076 case OP_STRH_POS: new_op = OP_STURH; break; in try_to_encode_as_unscaled_ldst()
6077 case OP_LDRSH_POS: new_op = OP_LDURSH; break; in try_to_encode_as_unscaled_ldst()
6078 case OP_LDR_POS: new_op = OP_LDUR; break; in try_to_encode_as_unscaled_ldst()
6079 case OP_STR_POS: new_op = OP_STUR; break; in try_to_encode_as_unscaled_ldst()
6080 case OP_LDRF_POS: new_op = OP_LDURV; break; in try_to_encode_as_unscaled_ldst()
6081 case OP_STRF_POS: new_op = OP_STURV; break; in try_to_encode_as_unscaled_ldst()
6082 case OP_LDRSW_POS: new_op = OP_LDURSW; break; in try_to_encode_as_unscaled_ldst()
6083 case OP_PRFM_POS: new_op = OP_PRFUM; break; in try_to_encode_as_unscaled_ldst()
6084 default: new_op = OP_NIL; break; in try_to_encode_as_unscaled_ldst()
6087 if (new_op == OP_NIL) in try_to_encode_as_unscaled_ldst()
6090 new_opcode = aarch64_get_opcode (new_op); in try_to_encode_as_unscaled_ldst()