Searched refs:RdSP (Results 1 – 4 of 4) sorted by relevance
2253 Instr dest_reg = (S == SetFlags) ? Rd(rd) : RdSP(rd); in AddSub()2395 Instr dest_reg = (op == ANDS) ? Rd(rd) : RdSP(rd); in LogicalImmediate()2537 Instr dest_reg = (S == SetFlags) ? Rd(rd) : RdSP(rd); in DataProcExtendedRegister()
1740 static Instr RdSP(Register rd) { in RdSP() function
3948 Instr dest_reg = (S == SetFlags) ? Rd(rd) : RdSP(rd); in AddSub()4051 Instr dest_reg = (op == ANDS) ? Rd(rd) : RdSP(rd); in LogicalImmediate()4238 Instr dest_reg = (S == SetFlags) ? Rd(rd) : RdSP(rd); in DataProcExtendedRegister()
2626 static Instr RdSP(Register rd) { in RdSP() function