Searched refs:ShiftValue (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp98 unsigned ShiftValue = (Size * 8) - 8; local
100 Data[Offset + I] |= uint8_t(Value >> ShiftValue);
101 ShiftValue -= 8;
H A DSystemZMCCodeEmitter.cpp124 unsigned ShiftValue = (Size * 8) - 8; local
126 OS << uint8_t(Bits >> ShiftValue);
127 ShiftValue -= 8;
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp122 unsigned ShiftValue = MRI.createVirtualRegister( local
126 // XXX In theory, we should be able to pass ShiftValue directly to
130 ShiftValue)
136 .addReg(ShiftValue)
/external/v8/src/arm/
H A Dconstants-arm.h558 inline int ShiftValue() const { return static_cast<ShiftOp>(Bits(6, 5)); } function in class:v8::internal::Instruction
H A Ddisasm-arm.cc192 int shift_index = instr->ShiftValue();

Completed in 109 milliseconds