HomeSort by relevance Sort by last modified time
    Searched defs:RotateAmt (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.cpp 367 uint32_t Imm, uint32_t RotateAmt)
368 : OperandARM32Flex(kFlexImm, Ty), Imm(Imm), RotateAmt(RotateAmt) {
373 bool OperandARM32FlexImm::canHoldImm(uint32_t Immediate, uint32_t *RotateAmt,
377 *RotateAmt = 0;
385 *RotateAmt = Rot;
    [all...]
IceInstARM32.h 220 /// Immed_8 rotated by an even number of bits (2 * RotateAmt).
222 uint32_t RotateAmt);
233 /// the out-params RotateAmt and Immed_8 if Immediate fits.
234 static bool canHoldImm(uint32_t Immediate, uint32_t *RotateAmt,
238 uint32_t getRotateAmt() const { return RotateAmt; }
241 OperandARM32FlexImm(Cfg *Func, Type Ty, uint32_t Imm, uint32_t RotateAmt);
244 uint32_t RotateAmt;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 240 milliseconds