Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h994 uint32_t getTrapCode() const { return TrapCode; } in getTrapCode()
1004 Str << ", " << TrapCode; in emit()
1019 Str << ", " << TrapCode; in dump()
1026 : InstMIPS32(Func, K, 2, nullptr), TrapCode(Tcode) { in InstMIPS32Trap()
1032 const uint32_t TrapCode; variable
DIceAssemblerMIPS32.h299 void teq(const Operand *OpRs, const Operand *OpRt, const uint32_t TrapCode);
DIceTargetLoweringMIPS32.h578 void _teq(Variable *Src0, Variable *Src1, uint32_t TrapCode) { in _teq() argument
579 Context.insert<InstMIPS32Teq>(Src0, Src1, TrapCode); in _teq()
DIceAssemblerMIPS32.cpp1155 const uint32_t TrapCode) { in teq() argument
1159 Opcode |= (TrapCode & 0xFFFFF) << 6; in teq()