Home
last modified time | relevance | path

Searched refs:OperandMIPS32 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h51 class OperandMIPS32 : public Operand {
52 OperandMIPS32() = delete;
53 OperandMIPS32(const OperandMIPS32 &) = delete;
54 OperandMIPS32 &operator=(const OperandMIPS32 &) = delete;
70 OperandMIPS32(OperandKindMIPS32 Kind, Type Ty) in OperandMIPS32() function
74 class OperandMIPS32FCC : public OperandMIPS32 {
107 : OperandMIPS32(kFCC, IceType_i32), FpCondCode(CC){}; in OperandMIPS32FCC()
112 class OperandMIPS32Mem : public OperandMIPS32 {
140 using OperandMIPS32::dump;
DIceInstMIPS32.cpp50 : OperandMIPS32(kMem, Ty), Base(Base), ImmOffset(ImmOffset), Mode(Mode) { in OperandMIPS32Mem()