OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShiftOp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp
180
///
getShiftOp
- Return the shift opcode (bit[6:5]) of the immediate value.
182
unsigned
getShiftOp
(ARM_AM::ShiftOpc ShOpc) const {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
364
///
getShiftOp
- Return the shift opcode (bit[6:5]) of the immediate value.
366
unsigned
getShiftOp
(unsigned Imm) const ;
433
///
getShiftOp
- Return the shift opcode (bit[6:5]) of the immediate value.
435
unsigned ARMCodeEmitter::
getShiftOp
(unsigned Imm) const {
[
all
...]
Completed in 91 milliseconds