OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:THUMB2_LOAD_BIT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
886
#define
THUMB2_LOAD_BIT
0x00100000
8729
tbit = (inst.instruction > 0xffff) ?
THUMB2_LOAD_BIT
: THUMB_LOAD_BIT;
11182
constraint (is_pc && ((inst.instruction &
THUMB2_LOAD_BIT
) == 0),
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
886
#define
THUMB2_LOAD_BIT
0x00100000
8732
tbit = (inst.instruction > 0xffff) ?
THUMB2_LOAD_BIT
: THUMB_LOAD_BIT;
11185
constraint (is_pc && ((inst.instruction &
THUMB2_LOAD_BIT
) == 0),
Completed in 65 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026