Home | History | Annotate | Download | only in arm

Lines Matching refs:R0

85   "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", "r8", "r9", "r10",
89 if (rhs >= R0 && rhs <= PC) {
327 EmitType01(cond, so.type(), TST, 1, rn, R0, so);
333 EmitType01(cond, so.type(), TEQ, 1, rn, R0, so);
338 EmitType01(cond, so.type(), CMP, 1, rn, R0, so);
343 EmitType01(cond, so.type(), CMN, 1, rn, R0, so);
360 EmitType01(cond, so.type(), MOV, 0, R0, rd, so);
365 EmitType01(cond, so.type(), MOV, 1, R0, rd, so);
376 EmitType01(cond, so.type(), MVN, 0, R0, rd, so);
381 EmitType01(cond, so.type(), MVN, 1, R0, rd, so);
438 EmitMulOp(cond, 0, R0, rd, rn, rm);
1074 EmitType01(AL, 1, TST, 1, PC, R0, ShifterOperand(0));
1099 tst(R0, ShifterOperand(data & 0xFF), VS);
1102 tst(R0, ShifterOperand(data), MI);
1443 CHECK_EQ(R0, method_reg.AsArm().AsCoreRegister());
1461 StoreToOffset(kStoreWord, R0, SP, 0);
1884 // Don't care about preserving R0 as this call won't return
1885 __ mov(R0, ShifterOperand(scratch_.AsCoreRegister()));