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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 40 /// OperandARM32Mem and OperandARM32Flex.
195 /// OperandARM32Flex represent the "flexible second operand" for data-processing
198 class OperandARM32Flex : public OperandARM32 {
199 OperandARM32Flex() = delete;
200 OperandARM32Flex(const OperandARM32Flex &) = delete;
201 OperandARM32Flex &operator=(const OperandARM32Flex &) = delete;
210 OperandARM32Flex(OperandKindARM32 Kind, Type Ty) : OperandARM32(Kind, Ty) {}
214 class OperandARM32FlexImm : public OperandARM32Flex {
    [all...]
IceInstARM32.cpp 368 : OperandARM32Flex(kFlexImm, Ty), Imm(Imm), RotateAmt(RotateAmt) {
395 : OperandARM32Flex(kFlexFpImm, Ty), ModifiedImm(ModifiedImm) {}
473 : OperandARM32Flex(kFlexFpZero, Ty) {}
477 : OperandARM32Flex(kFlexReg, Ty), Reg(Reg), ShiftOp(ShiftOp),
    [all...]
IceTargetLoweringARM32.cpp     [all...]

Completed in 144 milliseconds