Lines Matching full:branch
124 // 'never' is used to not generate a branch (generally as the inverse
125 // branch type of 'always).
341 // Branch type inversion relies on these relations.
782 // Compare a register with an operand, and branch to label depending on the
789 branch if ANY of
795 // Test the bits of register defined by bit_pattern, and branch if ALL of
1432 // Compare object type for heap object, and branch if equal (or not.)
1472 // Check if the map of an object is equal to a specified map and branch to
1496 // Check if the map of an object is equal to a specified weak map and branch
1508 // Load the value of the weak cell in the value register. Branch to the given
1552 // Compare the contents of a register with an operand, and branch to true,
1561 // Test the bits of register defined by bit_pattern, and branch to
1768 Label* branch) {
1769 InNewSpace(object, ne, branch);
1773 Label* branch) {
1774 InNewSpace(object, eq, branch);
2045 Label* branch);
2098 // The various classes of branch instructions with immediate offsets have
2099 // different ranges. While the Assembler will fail to assemble a branch
2102 // use branch instructions with wider ranges or generating veneers.
2105 // branch isntructions with a range of +-128MB. If that becomes too little
2111 // be able to emit a veneer for this branch if necessary.