OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RRX
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/arm/
constants-arm.h
293
//
RRX
is encoded as ROR with shift_imm == 0.
294
// Use a special code to make the distinction. The
RRX
ShiftOp is only used
297
RRX
= -1,
assembler-arm.cc
170
ASSERT(shift_op != ROR || shift_imm != 0); // use
RRX
if you mean it
175
if (shift_op ==
RRX
) {
185
ASSERT(shift_op !=
RRX
);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.h
72
RRX
, // V =
RRX
X, Flag -> srl X, 1 + shift in carry flag.
ARMCodeEmitter.cpp
418
case ARM_AM::
rrx
: return 3;
876
case ARM::
RRX
:
877
//
rrx
[
all
...]
ARMExpandPseudoInsts.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
Completed in 577 milliseconds