OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHIFT_ASR
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
5403
SHIFT_LSL, SHIFT_LSR,
SHIFT_ASR
, SHIFT_ROR, SHIFT_RRX, SHIFT_UXTW
5473
if (shift != SHIFT_LSL && shift !=
SHIFT_ASR
)
5489
if (shift !=
SHIFT_ASR
)
12928
case
SHIFT_ASR
:
12977
case
SHIFT_ASR
: inst.instruction = T_OPCODE_ASR_I; break;
13740
case T_MNEM_asrs: shift_kind =
SHIFT_ASR
; break;
13800
case
SHIFT_ASR
: inst.instruction = T_OPCODE_ASR_R; break;
13818
case
SHIFT_ASR
: inst.instruction = T_OPCODE_ASR_I; break;
13966
if (inst.operands[3].shift_kind ==
SHIFT_ASR
)
23897
{ "asr",
SHIFT_ASR
}, { "ASR", SHIFT_ASR }
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
5402
SHIFT_LSL, SHIFT_LSR,
SHIFT_ASR
, SHIFT_ROR, SHIFT_RRX, SHIFT_UXTW
5472
if (shift != SHIFT_LSL && shift !=
SHIFT_ASR
)
5488
if (shift !=
SHIFT_ASR
)
12931
case
SHIFT_ASR
:
12980
case
SHIFT_ASR
: inst.instruction = T_OPCODE_ASR_I; break;
13743
case T_MNEM_asrs: shift_kind =
SHIFT_ASR
; break;
13803
case
SHIFT_ASR
: inst.instruction = T_OPCODE_ASR_R; break;
13821
case
SHIFT_ASR
: inst.instruction = T_OPCODE_ASR_I; break;
13969
if (inst.operands[3].shift_kind ==
SHIFT_ASR
)
23900
{ "asr",
SHIFT_ASR
}, { "ASR", SHIFT_ASR }
[
all
...]
Completed in 176 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026