Lines Matching full:jump
345 V(Jump, ImplicitRegisterUse::kNone, OperandType::kUImm) \
469 // Lists of jump bytecodes.
473 V(Jump)
528 V(Jump) \
680 // Returns true if the bytecode is a conditional jump taking
687 // Returns true if the bytecode is a conditional jump taking
694 // Returns true if the bytecode is a conditional jump taking
701 // Returns true if the bytecode is an unconditional jump.
707 // Returns true if the bytecode is a jump or a conditional jump taking
714 // Returns true if the bytecode is a jump or conditional jump taking a
721 // Returns true if the bytecode is a jump that internally coerces the
728 // Returns true if the bytecode is a jump or conditional jump taking
735 // Returns true if the bytecode is a forward jump or conditional jump taking
742 // Return true if |bytecode| is a jump without effects,
743 // e.g. any jump excluding those that include type coercion like
895 // Returns the equivalent jump bytecode without the accumulator coercion.