OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA64_OPND_AR3
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
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},
ia64-opc.h
59
#define AR3
IA64_OPND_AR3
ia64-gen.c
931
int i2627 = i && idesc->operands[0] ==
IA64_OPND_AR3
;
932
int i28 = i && idesc->operands[1] ==
IA64_OPND_AR3
;
933
int m2930 = m && idesc->operands[0] ==
IA64_OPND_AR3
;
934
int m31 = m && idesc->operands[1] ==
IA64_OPND_AR3
;
935
int pseudo0 = plain_mov && idesc->operands[1] ==
IA64_OPND_AR3
;
936
int pseudo1 = plain_mov && idesc->operands[0] ==
IA64_OPND_AR3
;
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
ia64.h
79
IA64_OPND_AR3
, /* third application register # (bits 20-26) */
/toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c
[
all
...]
Completed in 48 milliseconds