Home
last modified time | relevance | path

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

/trueos/contrib/binutils/opcodes/
HDia64-opc-d.c29 {"mov", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1, IA64_OPND_AR3}, 0, 0, NULL},
30 {"mov", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_AR3, IA64_OPND_IMM8}, 0, 0, NULL},
31 {"mov", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_AR3, IA64_OPND_R2}, 0, 0, NULL},
HDia64-opc.h60 #define AR3 IA64_OPND_AR3
HDia64-gen.c931 int i2627 = i && idesc->operands[0] == IA64_OPND_AR3; in in_iclass_mov_x()
932 int i28 = i && idesc->operands[1] == IA64_OPND_AR3; in in_iclass_mov_x()
933 int m2930 = m && idesc->operands[0] == IA64_OPND_AR3; in in_iclass_mov_x()
934 int m31 = m && idesc->operands[1] == IA64_OPND_AR3; in in_iclass_mov_x()
935 int pseudo0 = plain_mov && idesc->operands[1] == IA64_OPND_AR3; in in_iclass_mov_x()
936 int pseudo1 = plain_mov && idesc->operands[0] == IA64_OPND_AR3; in in_iclass_mov_x()
/trueos/contrib/binutils/include/opcode/
HDia64.h64 IA64_OPND_AR3, /* third application register # (bits 20-26) */ enumerator
/trueos/contrib/binutils/gas/config/
HDtc-ia64.c5754 case IA64_OPND_AR3:
6601 case IA64_OPND_AR3:
6981 if (opnd1 == IA64_OPND_AR3 || opnd2 == IA64_OPND_AR3) in emit_one_bundle()
8408 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
8434 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
8473 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
8496 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
9255 if (idesc->operands[0] == IA64_OPND_AR3
9256 || idesc->operands[1] == IA64_OPND_AR3)
9259 ((idesc->operands[0] == IA64_OPND_AR3)
[all …]