Home | History | Annotate | Download | only in cctest

Lines Matching full:error

141   Label exit, error;
173 __ Branch(ne, &error, v0, Operand(0x0f234560));
178 __ Branch(ne, &error, v0, Operand(0x00001234));
181 __ Branch(ne, &error, v1, Operand(0x80000003));
184 __ Branch(ne, &error, v1, Operand(0x7ffffffc));
191 __ Branch(ne, &error, v0, Operand(0xedcba983));
195 __ Branch(ne, &error, v0, Operand(0x1));
198 __ Branch(ne, &error, v0, Operand(0x0));
205 __ Branch(ne, &error, v0, Operand(0x00007400));
208 __ Branch(ne, &error, v1, Operand(0x80000000));
213 __ Branch(ne, &error, v0, Operand(0x0));
217 __ Branch(ne, &error, v0, Operand(0x1));
223 __ Branch(ne, &error, v0, Operand(0x000019fc));
226 __ Branch(ne, &error, v1, Operand(0x81230000));
234 __ bind(&error);
235 // Got an error. Return a wrong result.