Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dcode-stubs-s390.h114 static bool isBranchNop(SixByteInstr instr, int instrLength) { in isBranchNop() argument
115 if ((4 == instrLength && 0 == (instr & kFourByteBrCondMask)) || in isBranchNop()
117 (6 == instrLength && 0 == (instr & kSixByteBrCondMask))) { in isBranchNop()
Ddisasm-s390.cc1402 int instrLength = instr->InstructionLength(); in InstructionDecode() local
1404 if (2 == instrLength) in InstructionDecode()
1406 else if (4 == instrLength) in InstructionDecode()
1411 return instrLength; in InstructionDecode()
Dsimulator-s390.cc5566 int instrLength = instr->InstructionLength(); in DecodeInstructionOriginal() local
5568 if (instrLength == 2) in DecodeInstructionOriginal()
5570 else if (instrLength == 4) in DecodeInstructionOriginal()
5572 else if (instrLength == 6) in DecodeInstructionOriginal()
5574 return instrLength; in DecodeInstructionOriginal()