Searched refs:TrapCode (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 994 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
|
D | IceAssemblerMIPS32.h | 299 void teq(const Operand *OpRs, const Operand *OpRt, const uint32_t TrapCode);
|
D | IceTargetLoweringMIPS32.h | 578 void _teq(Variable *Src0, Variable *Src1, uint32_t TrapCode) { in _teq() argument 579 Context.insert<InstMIPS32Teq>(Src0, Src1, TrapCode); in _teq()
|
D | IceAssemblerMIPS32.cpp | 1155 const uint32_t TrapCode) { in teq() argument 1159 Opcode |= (TrapCode & 0xFFFFF) << 6; in teq()
|