Home | History | Annotate | Download | only in mips64

Lines Matching full:branch

159   __ Branch(miss_label, ne, scratch0, Operand(zero_reg));
163 __ Branch(miss_label, lt, scratch0, Operand(FIRST_JS_RECEIVER_TYPE));
172 __ Branch(miss_label, ne, map, Operand(tmp));
219 __ Branch(miss, ne, scratch, Operand(at));
361 __ Branch(miss, ne, at, Operand(zero_reg));
377 __ Branch(miss_label, ne, value_reg, Operand(scratch));
390 // Compare map directly within the Branch() functions.
392 __ Branch(miss_label, ne, map_reg, Operand(scratch));
406 __ Branch(&done, eq, scratch1, Operand(scratch2));
412 __ Branch(miss, ne, scratch1, Operand(scratch2));
434 __ Branch(miss, ne, scratch1,
500 __ Branch(&success);
515 __ Branch(&success);
572 __ Branch(&interceptor_failed, eq, v0, Operand(scratch1()));
654 __ Branch(&miss, eq, result, Operand(at));