Searched refs:instrLength (Results 1 – 3 of 3) sorted by relevance
114 static bool isBranchNop(SixByteInstr instr, int instrLength) { in isBranchNop() argument115 if ((4 == instrLength && 0 == (instr & kFourByteBrCondMask)) || in isBranchNop()117 (6 == instrLength && 0 == (instr & kSixByteBrCondMask))) { in isBranchNop()
1402 int instrLength = instr->InstructionLength(); in InstructionDecode() local1404 if (2 == instrLength) in InstructionDecode()1406 else if (4 == instrLength) in InstructionDecode()1411 return instrLength; in InstructionDecode()
5566 int instrLength = instr->InstructionLength(); in DecodeInstructionOriginal() local5568 if (instrLength == 2) in DecodeInstructionOriginal()5570 else if (instrLength == 4) in DecodeInstructionOriginal()5572 else if (instrLength == 6) in DecodeInstructionOriginal()5574 return instrLength; in DecodeInstructionOriginal()