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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 214 class OperandARM32FlexImm : public OperandARM32Flex {
215 OperandARM32FlexImm() = delete;
216 OperandARM32FlexImm(const OperandARM32FlexImm &) = delete;
217 OperandARM32FlexImm &operator=(const OperandARM32FlexImm &) = delete;
221 static OperandARM32FlexImm *create(Cfg *Func, Type Ty, uint32_t Imm,
241 OperandARM32FlexImm(Cfg *Func, Type Ty, uint32_t Imm, uint32_t RotateAmt);
    [all...]
IceInstARM32.cpp 366 OperandARM32FlexImm::OperandARM32FlexImm(Cfg * /* Func */, Type Ty,
373 bool OperandARM32FlexImm::canHoldImm(uint32_t Immediate, uint32_t *RotateAmt,
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceAssemblerARM32.cpp 375 if (const auto *FlexImm = llvm::dyn_cast<OperandARM32FlexImm>(Opnd)) {
837 if (!OperandARM32FlexImm::canHoldImm(Src1Value, &RotateAmt, &Imm8))
    [all...]

Completed in 51 milliseconds