Home | History | Annotate | Download | only in cctest

Lines Matching full:branch

106   __ Branch(&L, ne, v1, Operand(0));
164 __ Branch(&error, ne, v0, Operand(0x0f234560));
169 __ Branch(&error, ne, v0, Operand(0x00001234));
172 __ Branch(&error, ne, v1, Operand(0x80000003));
175 __ Branch(&error, ne, v1, Operand(0x7ffffffc));
182 __ Branch(&error, ne, v0, Operand(0xedcba983));
186 __ Branch(&error, ne, v0, Operand(0x1));
189 __ Branch(&error, ne, v0, Operand(0x0));
196 __ Branch(&error, ne, v0, Operand(0x00007400));
199 __ Branch(&error, ne, v1, Operand(0x80000000));
204 __ Branch(&error, ne, v0, Operand(0x0));
208 __ Branch(&error, ne, v0, Operand(0x1));
214 __ Branch(&error, ne, v0, Operand(0x000019fc));
217 __ Branch(&error, ne, v1, Operand(0x81230000));
229 __ Branch(&error, ne, v0, Operand(51));
232 __ Branch(&error, ne, a0, Operand(0x7ff34fff));
235 __ Branch(&error, ne, a1, Operand(0x34f));
237 __ Branch(&error, ne, a0, Operand(t6));
549 // Test floating point compare and branch instructions.
578 __ Branch(&outa_here);
591 __ Branch(&outa_here);
734 // Test BRANCH improvements.
741 __ Branch(&exit, ge, a0, Operand(0x00000000));
742 __ Branch(&exit2, ge, a0, Operand(0x00001FFF));
743 __ Branch(&exit3, ge, a0, Operand(0x0001FFFF));