Home | History | Annotate | Download | only in aarch32

Lines Matching defs:rn

136   Register rn;
144 uint32_t rn;
878 Register rn,
916 Register rn = kTests[i].operands.rn;
919 scratch_registers.Exclude(rn);
947 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn)));
950 (masm.*instruction)(cond, rd, rn, rm);
961 __ Str(rn, MemOperand(result_ptr, offsetof(Inputs, rn)));
988 printf("0x%08" PRIx32, results[i]->outputs[j].rn);
1013 uint32_t rn = results[i]->outputs[j].rn;
1017 uint32_t rn_input = kTests[i].inputs[j].rn;
1021 uint32_t rn_ref = reference[i].outputs[j].rn;
1024 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) ||
1058 printf("0x%08" PRIx32, rn);