Home | History | Annotate | Download | only in mips

Lines Matching refs:Branch

27   __ Branch(global_object, eq, type, Operand(JS_GLOBAL_OBJECT_TYPE));
28 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_PROXY_TYPE));
71 __ Branch(miss, ne, at, Operand(zero_reg));
119 __ Branch(miss, ne, at, Operand(zero_reg));
147 __ Branch(slow, ne, at, Operand(zero_reg));
154 __ Branch(slow, lt, scratch, Operand(JS_OBJECT_TYPE));
191 __ Branch(&in_bounds, lo, key, Operand(scratch1));
195 __ Branch(slow, lt, key, Operand(zero_reg));
202 __ Branch(&absent, eq, scratch2, Operand(at));
208 __ Branch(slow, lo, scratch1, Operand(JS_OBJECT_TYPE));
212 __ Branch(slow, ne, at, Operand(zero_reg));
214 __ Branch(slow, ne, elements, Operand(at));
215 __ Branch(&check_next_prototype);
219 __ Branch(&done);
232 __ Branch(&check_prototypes, eq, scratch2, Operand(at));
247 __ Branch(not_unique, hi, hash, Operand(LAST_UNIQUE_NAME_TYPE));
249 __ Branch(&unique, eq, hash, Operand(LAST_UNIQUE_NAME_TYPE));
254 __ Branch(index_string, eq, at, Operand(zero_reg));
262 __ Branch(not_unique, ne, at, Operand(zero_reg));
385 __ Branch(&slow, ne, a3, Operand(at));
408 __ Branch(&probe_dictionary, eq, t0, Operand(at));
445 __ Branch(&index_smi);
469 __ Branch(fast_double, ne, elements_map,
480 __ Branch(&holecheck_passed1, ne, scratch,
526 __ Branch(slow, ne, elements_map, Operand(at));
536 __ Branch(&fast_double_without_map_check, ne, scratch,
554 __ Branch(&non_double_value, ne, scratch, Operand(at));
623 __ Branch(&slow, ne, t0, Operand(zero_reg));
626 __ Branch(&array, eq, t0, Operand(JS_ARRAY_TYPE));
631 __ Branch(&slow, lo, t0, Operand(JS_OBJECT_TYPE));
637 __ Branch(&fast_object, lo, key, Operand(t0));
670 __ Branch(&miss);
678 __ Branch(&slow, ne, key, Operand(t0));
682 __ Branch(&slow, hs, key, Operand(t0));
684 __ Branch(&check_if_double_array, ne, elements_map,
690 __ Branch(&slow, ne, elements_map, Heap::kFixedDoubleArrayMapRootIndex);
701 __ Branch(&extra, hs, key, Operand(t0));
834 // Branch <target>, eq, at, Operand(zero_reg)
837 // Branch <target>, ne, at, Operand(zero_reg)
856 // branch instructions and their r6 variants (with opcode being the branch