OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegShiftField
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/arm/
constants-arm.h
261
inline int
RegShiftField
() const { return Bit(4); }
disasm-arm.cc
209
if ((instr->
RegShiftField
() == 0) && (shift == LSL) && (shift_amount == 0)) {
213
if (instr->
RegShiftField
() == 0) {
[
all
...]
Completed in 10 milliseconds