Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h85 OperandMIPS32FCC::FCC getFCC() const { return FpCondCode; } in getFCC()
91 Str << "$fcc" << static_cast<uint16_t>(FpCondCode); in emit()
102 Str << "$fcc" << static_cast<uint16_t>(FpCondCode); in dump()
107 : OperandMIPS32(kFCC, IceType_i32), FpCondCode(CC){}; in OperandMIPS32FCC()
109 const OperandMIPS32FCC::FCC FpCondCode; variable