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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 234 static bool canHoldImm(uint32_t Immediate, uint32_t *RotateAmt,
268 static bool canHoldImm(const Operand *C, uint32_t *ModifiedImm);
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceInstARM32.cpp 373 bool OperandARM32FlexImm::canHoldImm(uint32_t Immediate, uint32_t *RotateAmt,
397 bool OperandARM32FlexFpImm::canHoldImm(const Operand *C,
    [all...]
IceAssemblerARM32.cpp 856 if (!OperandARM32FlexImm::canHoldImm(Src1Value, &RotateAmt, &Imm8))
    [all...]

Completed in 62 milliseconds