Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dtrap.c1163 register_t *regsPtr = (register_t *) framePtr; in MipsEmulateBranch() local
1187 retAddr = regsPtr[inst.RType.rs]; in MipsEmulateBranch()
1202 if ((int)(regsPtr[inst.RType.rs]) < 0) in MipsEmulateBranch()
1212 if ((int)(regsPtr[inst.RType.rs]) >= 0) in MipsEmulateBranch()
1240 if (regsPtr[inst.RType.rs] == regsPtr[inst.RType.rt]) in MipsEmulateBranch()
1248 if (regsPtr[inst.RType.rs] != regsPtr[inst.RType.rt]) in MipsEmulateBranch()
1256 if ((int)(regsPtr[inst.RType.rs]) <= 0) in MipsEmulateBranch()
1264 if ((int)(regsPtr[inst.RType.rs]) > 0) in MipsEmulateBranch()