Lines Matching refs:InstructionSet
70 static constexpr size_t GetCalleeSaveFrameSize(InstructionSet isa, CalleeSaveType type) { in GetCalleeSaveFrameSize()
72 case InstructionSet::kArm: in GetCalleeSaveFrameSize()
73 case InstructionSet::kThumb2: in GetCalleeSaveFrameSize()
75 case InstructionSet::kArm64: in GetCalleeSaveFrameSize()
77 case InstructionSet::kMips: in GetCalleeSaveFrameSize()
79 case InstructionSet::kMips64: in GetCalleeSaveFrameSize()
81 case InstructionSet::kX86: in GetCalleeSaveFrameSize()
83 case InstructionSet::kX86_64: in GetCalleeSaveFrameSize()
85 case InstructionSet::kNone: in GetCalleeSaveFrameSize()
94 static constexpr PointerSize GetConstExprPointerSize(InstructionSet isa) { in GetConstExprPointerSize()
96 case InstructionSet::kArm: in GetConstExprPointerSize()
97 case InstructionSet::kThumb2: in GetConstExprPointerSize()
99 case InstructionSet::kArm64: in GetConstExprPointerSize()
101 case InstructionSet::kMips: in GetConstExprPointerSize()
103 case InstructionSet::kMips64: in GetConstExprPointerSize()
105 case InstructionSet::kX86: in GetConstExprPointerSize()
107 case InstructionSet::kX86_64: in GetConstExprPointerSize()
109 case InstructionSet::kNone: in GetConstExprPointerSize()
118 static constexpr size_t GetCalleeSaveReturnPcOffset(InstructionSet isa, CalleeSaveType type) { in GetCalleeSaveReturnPcOffset()