Home
last modified time | relevance | path

Searched refs:RotateValue (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h651 inline int RotateValue() const { return Bits(11, 8); } in RotateValue() function
Ddisasm-arm.cc247 int rotate = instr->RotateValue() * 2; in PrintShiftImm()
Dsimulator-arm.cc1560 int rotate = instr->RotateValue() * 2; in GetImm()
/external/chromium_org/v8/src/arm/
Dconstants-arm.h647 inline int RotateValue() const { return Bits(11, 8); } in RotateValue() function
Ddisasm-arm.cc250 int rotate = instr->RotateValue() * 2; in PrintShiftImm()
Dsimulator-arm.cc1518 int rotate = instr->RotateValue() * 2; in GetImm()