OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPSR_BIT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
617
#define
SPSR_BIT
(1 << 22)
6230
psr_field =
SPSR_BIT
;
10093
br = (15<<16) | (inst.operands[1].imm &
SPSR_BIT
);
13214
inst.instruction |= (br &
SPSR_BIT
) >> 2;
13218
int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|
SPSR_BIT
);
13233
constraint ((flags & ~
SPSR_BIT
) != (PSR_c|PSR_f),
13236
inst.instruction |= (flags &
SPSR_BIT
) >> 2;
13261
int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|
SPSR_BIT
);
13282
inst.instruction |= (flags &
SPSR_BIT
) >> 2;
23647
REGDEF(spsr_##bank, 768|(base<<16)|
SPSR_BIT
, t),
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
617
#define
SPSR_BIT
(1 << 22)
6229
psr_field =
SPSR_BIT
;
10096
br = (15<<16) | (inst.operands[1].imm &
SPSR_BIT
);
13217
inst.instruction |= (br &
SPSR_BIT
) >> 2;
13221
int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|
SPSR_BIT
);
13236
constraint ((flags & ~
SPSR_BIT
) != (PSR_c|PSR_f),
13239
inst.instruction |= (flags &
SPSR_BIT
) >> 2;
13264
int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|
SPSR_BIT
);
13285
inst.instruction |= (flags &
SPSR_BIT
) >> 2;
23650
REGDEF(spsr_##bank, 768|(base<<16)|
SPSR_BIT
, t),
[
all
...]
Completed in 52 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026