Searched refs:kFourByteBrCondMask (Results 1 – 2 of 2) sorted by relevance
105 pos, (masm->instr_at(pos) & ~kFourByteBrCondMask) | updatedMask); in PatchBranchCondMask()115 if ((4 == instrLength && 0 == (instr & kFourByteBrCondMask)) || in isBranchNop()
973 const FourByteInstr kFourByteBrCondMask = 0xF << 20; variable