Michael Maltese 3d7bace9da Arm64Emitter: extract lambda to AddImmediate()
Fixes warning:

```
Source/Core/Common/Arm64Emitter.cpp:4108:31: error: declaration shadows a local variable [-Werror,-Wshadow]
    auto addi = [this](ARM64Reg Rd, ARM64Reg Rn, u64 imm, bool shift, bool negative, bool flags) {
                                ^
  /var/lib/buildbot/slave/pr-android/build/Source/Core/Common/Arm64Emitter.cpp:4105:46: note: previous declaration is here
  void ARM64XEmitter::ADDI2R_internal(ARM64Reg Rd, ARM64Reg Rn, u64 imm, bool negative, bool flags,
                                               ^
```
2017-03-25 14:21:19 -07:00
..
2017-03-05 15:47:23 +01:00
2016-12-06 20:33:53 +01:00
2017-01-14 11:16:02 -05:00
2015-05-25 13:11:47 +02:00
2017-01-14 19:00:19 +01:00
2016-01-21 21:16:51 +01:00
2017-02-05 11:36:48 +01:00
2016-07-16 22:48:46 +02:00
2016-07-16 22:48:46 +02:00
2016-09-24 22:41:53 +02:00
2017-01-17 20:46:48 -05:00
2017-01-17 20:46:48 -05:00
2017-02-25 00:03:20 -05:00
2017-02-25 00:03:20 -05:00
2017-03-04 19:19:42 -05:00
2017-01-24 03:31:51 +01:00
2017-01-28 02:48:56 +01:00
2017-01-28 02:48:56 +01:00