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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 11 /// \brief Declares the InstARM32 and OperandARM32 classes and their subclasses.
39 /// OperandARM32 extends the Operand hierarchy. Its subclasses are
41 class OperandARM32 : public Operand {
42 OperandARM32() = delete;
43 OperandARM32(const OperandARM32 &) = delete;
44 OperandARM32 &operator=(const OperandARM32 &) = delete;
69 Str << "<OperandARM32>";
73 OperandARM32(OperandKindARM32 Kind, Type Ty
    [all...]
IceAssemblerARM32.cpp 147 IValueT encodeShift(OperandARM32::ShiftKind Shift) {
150 case OperandARM32::kNoShift:
151 case OperandARM32::LSL:
153 case OperandARM32::LSR:
155 case OperandARM32::ASR:
157 case OperandARM32::ROR:
158 case OperandARM32::RRX:
334 IValueT encodeShiftRotateImm5(IValueT Rm, OperandARM32::ShiftKind Shift,
343 IValueT encodeShiftRotateReg(IValueT Rm, OperandARM32::ShiftKind Shift,
822 Src1Value = encodeShiftRotateImm5(Src1Value, OperandARM32::kNoShift, Imm5)
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceAssemblerARM32.h 751 const OperandARM32::ShiftKind Shift, const Operand *OpRd,
IceInstARM32.cpp 11 /// \brief Implements the InstARM32 and OperandARM32 classes, primarily the
327 : OperandARM32(kMem, Ty), Base(Base), ImmOffset(ImmOffset), Index(nullptr),
338 : OperandARM32(kMem, Ty), Base(Base), ImmOffset(0), Index(Index),
350 : OperandARM32(kShAmtImm, IceType_i8), ShAmt(SA) {}
    [all...]

Completed in 117 milliseconds