Searched refs:ShiftValue (Results 1 - 6 of 6) 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.cpp109 unsigned ShiftValue = (Size * 8) - 8; local
111 OS << uint8_t(Bits >> ShiftValue);
112 ShiftValue -= 8;
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/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 3191 milliseconds