Searched refs:IA64_OPND_AR3 (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/binutils/opcodes/ |
| HD | ia64-opc-d.c | 29 {"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},
|
| HD | ia64-opc.h | 60 #define AR3 IA64_OPND_AR3
|
| HD | ia64-gen.c | 931 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/ |
| HD | ia64.h | 64 IA64_OPND_AR3, /* third application register # (bits 20-26) */ enumerator
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-ia64.c | 5754 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 …]
|