Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h566 inline int RotateValue() const { return Bits(11, 8); } in RotateValue() function
567 DECLARE_STATIC_ACCESSOR(RotateValue);
Ddisasm-arm.cc227 int rotate = instr->RotateValue() * 2; in PrintShiftImm()
Dsimulator-arm.cc1507 int rotate = instr->RotateValue() * 2; in GetImm()
Dassembler-arm.cc3169 int rotate = Instruction::RotateValue(instr) * 2; in DecodeShiftImm()