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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 11 /// \brief Declares the InstARM32 and OperandARM32 classes and their subclasses.
370 class InstARM32 : public InstTarget {
371 InstARM32() = delete;
372 InstARM32(const InstARM32 &) = delete;
373 InstARM32 &operator=(const InstARM32 &) = delete;
471 const InstARM32 *Instr, const Cfg *Func,
474 const InstARM32 *Instr, const Cfg *Func);
482 InstARM32(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest
    [all...]
IceInstARM32.cpp 11 /// \brief Implements the InstARM32 and OperandARM32 classes, primarily the
92 const char *getVWidthString(Type Ty, InstARM32::FPSign SignType) {
94 case InstARM32::FS_None:
96 case InstARM32::FS_Signed:
98 case InstARM32::FS_Unsigned:
116 CondARM32::Cond InstARM32::getOppositeCondition(CondARM32::Cond Cond) {
120 void InstARM32::startNextInst(const Cfg *Func) const {
125 void InstARM32::emitUsingTextFixup(const Cfg *Func) const {
160 void InstARM32::emitIAS(const Cfg *Func) const { emitUsingTextFixup(Func); }
230 void InstARM32::emitThreeAddrFP(const char *Opcode, FPSign SignType
    [all...]
IceTargetLoweringARM32.h 239 return CondWhenTrue(InstARM32::getOppositeCondition(WhenTrue0));
240 return CondWhenTrue(InstARM32::getOppositeCondition(WhenTrue0),
241 InstARM32::getOppositeCondition(WhenTrue1));
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceAssemblerARM32.cpp 617 return InstARM32::InstSize;
632 return InstARM32::InstSize;
680 return InstARM32::InstSize;
686 return InstARM32::InstSize;
    [all...]
IceAssemblerARM32.h 122 assert(BytesNeeded % InstARM32::InstSize == 0);
169 /// InstARM32::emit() methods, when run inside of
170 /// InstARM32::emitUsingTextFixup().
619 // Number of bytes emitted by InstARM32::emit() methods, when run inside
620 // InstARM32::emitUsingTextFixup().

Completed in 55 milliseconds