Searched refs:IA64_OPND_CR3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.h63 #define CR3 IA64_OPND_CR3
H A Dia64-gen.c965 int m32 = plain_mov && idesc->operands[0] == IA64_OPND_CR3;
966 int m33 = plain_mov && idesc->operands[1] == IA64_OPND_CR3;
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dia64.h67 IA64_OPND_CR3, /* third control register # (bits 20-26) */ enumerator in enum:ia64_opnd
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c5767 case IA64_OPND_CR3:
6610 case IA64_OPND_CR3:
8782 && idesc->operands[1] == IA64_OPND_CR3
8795 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3
8817 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3
8829 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3)
9219 if (idesc->operands[0] == IA64_OPND_CR3
9220 || idesc->operands[1] == IA64_OPND_CR3)
9223 ((idesc->operands[0] == IA64_OPND_CR3)
9441 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3)
[all...]

Completed in 144 milliseconds