Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h989 uint32_t Tcode) { in create() argument
991 InstMIPS32Trap(Func, Src0, Src1, Tcode); in create()
1025 InstMIPS32Trap(Cfg *Func, Operand *Src0, Operand *Src1, const uint32_t Tcode) in InstMIPS32Trap() argument
1026 : InstMIPS32(Func, K, 2, nullptr), TrapCode(Tcode) { in InstMIPS32Trap()