HomeSort by relevance Sort by last modified time
    Searched refs:ShiftValue (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 98 unsigned ShiftValue = (Size * 8) - 8;
100 Data[Offset + I] |= uint8_t(Value >> ShiftValue);
101 ShiftValue -= 8;
SystemZMCCodeEmitter.cpp 109 unsigned ShiftValue = (Size * 8) - 8;
111 OS << uint8_t(Bits >> ShiftValue);
112 ShiftValue -= 8;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 122 unsigned ShiftValue = MRI.createVirtualRegister(
126 // XXX In theory, we should be able to pass ShiftValue directly to
130 ShiftValue)
136 .addReg(ShiftValue)
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 122 unsigned ShiftValue = MRI.createVirtualRegister(
126 // XXX In theory, we should be able to pass ShiftValue directly to
130 ShiftValue)
136 .addReg(ShiftValue)
  /external/chromium_org/v8/src/arm/
constants-arm.h 558 inline int ShiftValue() const { return static_cast<ShiftOp>(Bits(6, 5)); }
disasm-arm.cc 192 int shift_index = instr->ShiftValue();
    [all...]

Completed in 207 milliseconds