HomeSort by relevance Sort by last modified time
    Searched refs:instrLength (Results 1 - 2 of 2) sorted by null

  /external/v8/src/s390/
code-stubs-s390.h 105 static bool isBranchNop(SixByteInstr instr, int instrLength) {
106 if ((4 == instrLength && 0 == (instr & kFourByteBrCondMask)) ||
108 (6 == instrLength && 0 == (instr & kSixByteBrCondMask))) {
simulator-s390.cc     [all...]

Completed in 709 milliseconds