Home | History | Annotate | Download | only in mips64

Lines Matching refs:branch

51   // Don't load NaNs or infinities, branch to the non number case instead.
55 // Allow programmer to use Branch Delay Slot of Branches, Jumps, Calls.
179 DECLARE_BRANCH_PROTOTYPES(Branch)
214 void Branch(Label* L,
284 // We NEED a nop in the branch delay slot, as it used by v8, for example in
286 // Currently the branch delay slot is filled by the MacroAssembler.
289 Branch(L);
345 Label* branch) {
346 InNewSpace(object, scratch, ne, branch);
353 Label* branch) {
354 InNewSpace(object, scratch, eq, branch);
699 // Since we don't have conditional execution we use a Branch.
700 Branch(3, cond, tst1, Operand(tst2));
792 // Wrapper function for the different cmp/branch types.
1090 // Check if the map of an object is equal to a specified map and branch to
1107 // Check if the map of an object is equal to a specified map and branch to a
1180 Branch(label, lt, overflow_check, Operand(zero_reg), bd);
1186 Branch(label, ge, overflow_check, Operand(zero_reg), bd);
1702 Label* branch);