OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSR_x
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
621
#define
PSR_x
(1 << 17)
10090
constraint ((inst.operands[1].imm & (PSR_c|
PSR_x
|PSR_s|PSR_f))
13218
int flags = inst.operands[1].imm & (PSR_c|
PSR_x
|PSR_s|PSR_f|SPSR_BIT);
13261
int bits = inst.operands[0].imm & (PSR_c|
PSR_x
|PSR_s|PSR_f|SPSR_BIT);
23778
{"x",
PSR_x
},
23783
{"fx", PSR_f |
PSR_x
},
23786
{"sx", PSR_s |
PSR_x
},
23788
{"xf",
PSR_x
| PSR_f},
23789
{"xs",
PSR_x
| PSR_s},
23790
{"xc",
PSR_x
| PSR_c}
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
621
#define
PSR_x
(1 << 17)
10093
constraint ((inst.operands[1].imm & (PSR_c|
PSR_x
|PSR_s|PSR_f))
13221
int flags = inst.operands[1].imm & (PSR_c|
PSR_x
|PSR_s|PSR_f|SPSR_BIT);
13264
int bits = inst.operands[0].imm & (PSR_c|
PSR_x
|PSR_s|PSR_f|SPSR_BIT);
23781
{"x",
PSR_x
},
23786
{"fx", PSR_f |
PSR_x
},
23789
{"sx", PSR_s |
PSR_x
},
23791
{"xf",
PSR_x
| PSR_f},
23792
{"xs",
PSR_x
| PSR_s},
23793
{"xc",
PSR_x
| PSR_c}
[
all
...]
Completed in 56 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026