Home | History | Annotate | Download | only in opcodes

Lines Matching full:aliased

1212   const aarch64_opcode *aliased;
1236 aliased opcode for encoding. */
1253 aliased = aarch64_find_real_opcode (opcode);
1256 and the encoding will be carried out using the rules for the aliased
1258 if (aliased != NULL && (opcode->flags & F_CONV))
1261 aliased->name, opcode->name);
1263 convert_to_real (inst, aliased);
1264 opcode = aliased;