Home | History | Annotate | Download | only in opcodes

Lines Matching defs:aliased

1259   const aarch64_opcode *aliased;
1283 aliased opcode for encoding. */
1300 aliased = aarch64_find_real_opcode (opcode);
1303 and the encoding will be carried out using the rules for the aliased
1305 if (aliased != NULL && (opcode->flags & F_CONV))
1308 aliased->name, opcode->name);
1310 convert_to_real (inst, aliased);
1311 opcode = aliased;