/external/boringssl/src/ssl/test/runner/curve25519/ |
D | cswap_amd64.s | 19 MOVQ 88(DI),R8 24 CMOVQEQ R8,CX 25 CMOVQEQ R9,R8 29 MOVQ R8,88(DI) 33 MOVQ 104(DI),R8 38 CMOVQEQ R8,CX 39 CMOVQEQ R9,R8 43 MOVQ R8,104(DI) 47 MOVQ 120(DI),R8 52 CMOVQEQ R8,CX [all …]
|
D | ladderstep_amd64.s | 19 MOVQ 64(DI),R8 24 MOVQ R8,R12 34 ADDQ 104(DI),R8 44 MOVQ R8,24(SP) 58 MOVQ AX,R8 106 ADDQ AX,R8 111 ADDQ AX,R8 126 SHLQ $13,R9:R8 127 ANDQ DX,R8 128 ADDQ CX,R8 [all …]
|
D | mul_amd64.s | 23 MOVQ AX,R8 29 ADDQ AX,R8 33 ADDQ AX,R8 70 ADDQ AX,R8 87 ADDQ AX,R8 127 SHLQ $13,R9:R8 128 ANDQ SI,R8 142 ADDQ DX,R8 143 MOVQ R8,DX 148 ANDQ SI,R8 [all …]
|
D | freeze_amd64.s | 19 MOVQ 24(DI),R8 37 ADDQ R12,R8 38 MOVQ R8,R12 40 ANDQ AX,R8 56 CMPQ AX,R8 66 SUBQ AX,R8 71 MOVQ R8,24(DI)
|
D | square_amd64.s | 20 MOVQ DX,R8 59 ADCQ DX,R8 68 ADCQ DX,R8 90 SHLQ $13,R8:CX 94 ADDQ R8,R9 110 MOVQ DX,R8 113 ANDQ SI,R8 128 MOVQ R8,8(DI)
|
/external/libhevc/decoder/arm/ |
D | ihevcd_fmt_conv_420sp_to_rgba8888.s | 139 @LDR R8,[sp,#52] 146 @SUB R12,R8,R3, LSR #1 @// v offset 154 ADD R8,R2,R9,LSL #2 @// rgb_next_row = rgb + rgb_stride 300 VST1.32 D14,[R8]! 301 VST1.32 D15,[R8]! 302 VST1.32 D20,[R8]! 303 VST1.32 D21,[R8]! 304 VST1.32 D16,[R8]! 305 VST1.32 D17,[R8]! 306 VST1.32 D22,[R8]! [all …]
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_amd64.s | 72 XORQ R8, R8 // h0 80 POLY1305_ADD(SI, R8, R9, R10) 83 POLY1305_MUL(R8, R9, R10, R11, R12, BX, CX, R13, R14) 105 ADDQ BX, R8 112 MOVQ R8, AX 117 CMOVQCS R8, AX 119 MOVQ key+24(FP), R8 120 ADDQ 16(R8), AX 121 ADCQ 24(R8), BX
|
D | sum_arm.s | 27 ADD $4, R13, R8 28 MOVM.IB [R4-R7], (R8) 31 MOVW R2, R8 40 AND R8, R2, R2 76 MOVM.IB [R4-R8, R14], (R12) 82 MOVW 56(R0), R8 127 ADD R12, R8, R8 138 MULALU R1, R8, (R11, g) 139 MULALU R0, R8, (R14, R12) 154 MULALU R4, R8, (R11, g) [all …]
|
/external/r8/ |
D | README.md | 1 # D8 dexer and R8 shrinker 3 The R8 repo contains two tools: 6 - R8 is a java program shrinking and minification tool that converts java byte 9 D8 is a replacement for the DX dexer and R8 is a replacement for 15 The R8 project uses [`depot_tools`](https://www.chromium.org/developers/how-tos/install-depot-tools) 19 The R8 project uses Java 8 language features and requires a Java 8 compiler 57 ## Running R8 59 R8 is a [Proguard](https://www.guardsquare.com/en/proguard) replacement for 60 whole-program optimization, shrinking and minification. R8 uses the Proguard 63 Typical invocations of R8 to produce optimized dex file(s) in the out directory: [all …]
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 35 def R8 : RegisterClass; 87 def MOV8rr : Inst<(ops R8:$dst, R8:$src), 89 [(set R8:$dst, R8:$src)]>; 92 def MOV8ri : Inst<(ops R8:$dst, imm8:$src), 94 [(set R8:$dst, imm8:$src)]>; 101 def AND8rr : Inst<(ops R8:$dst, R8:$src1, R8:$src2), 103 [(set R8:$dst, (and R8:$src1, R8:$src2))]>;
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | TargetInstrInfo.td | 35 def R8 : RegisterClass; 87 def MOV8rr : Inst<(ops R8:$dst, R8:$src), 89 [(set R8:$dst, R8:$src)]>; 92 def MOV8ri : Inst<(ops R8:$dst, imm8:$src), 94 [(set R8:$dst, imm8:$src)]>; 101 def AND8rr : Inst<(ops R8:$dst, R8:$src1, R8:$src2), 103 [(set R8:$dst, (and R8:$src1, R8:$src2))]>;
|
/external/llvm/test/CodeGen/Mips/ |
D | cttz-v.ll | 17 ; MIPS32-DAG: clz $[[R8:[0-9]+]], $[[R7]] 19 ; MIPS32-DAG: subu $3, $[[R4]], $[[R8]] 32 ; MIPS64-DAG: clz $[[R8:[0-9]+]], $[[R7]] 34 ; MIPS64-DAG: subu $3, $[[R4]], $[[R8]]
|
D | atomic.ll | 141 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 152 ; ALL: and $[[R15:[0-9]+]], $[[R12]], $[[R8]] 186 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 197 ; ALL: and $[[R15:[0-9]+]], $[[R12]], $[[R8]] 231 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 243 ; ALL: and $[[R16:[0-9]+]], $[[R12]], $[[R8]] 277 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 283 ; ALL: and $[[R13:[0-9]+]], $[[R10]], $[[R8]] 319 ; ALL: nor $[[R8:[0-9]+]], $zero, $[[R7]] 332 ; ALL: and $[[R15:[0-9]+]], $[[R13]], $[[R8]] [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430RegisterInfo.cpp | 44 MSP430::R8, MSP430::R9, MSP430::R10, MSP430::R11, in getCalleeSavedRegs() 49 MSP430::R8, MSP430::R9, MSP430::R10, MSP430::R11, in getCalleeSavedRegs() 54 MSP430::R8, MSP430::R9, MSP430::R10, MSP430::R11, in getCalleeSavedRegs() 60 MSP430::R8, MSP430::R9, MSP430::R10, MSP430::R11, in getCalleeSavedRegs()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreRegisterInfo.td | 34 def R8 : Ri< 8, "r8">, DwarfRegNum<[8]>; 49 R4, R5, R6, R7, R8, R9, R10, 56 R4, R5, R6, R7, R8, R9, R10,
|
/external/r8/src/test/java/com/android/tools/r8/ |
D | R8EntryPointTests.java | 43 R8.run(getCommand(out)); in testRun1Dir() 52 R8.run(getCommand(out)); in testRun1Zip() 63 R8.run(getCommand(out), executor); in testRun2Dir() 77 R8.run(getCommand(out), executor); in testRun2Zip()
|
/external/r8/src/test/java/com/android/tools/r8/internal/ |
D | YouTubeDexVerificationTest.java | 20 CompilerUnderTest.R8, CompilationMode.DEBUG, BASE + APK, BASE + PG_MAP, null, BASE + APK); in buildDebugFromDex() 27 CompilerUnderTest.R8, CompilationMode.RELEASE, BASE + APK, BASE + PG_MAP, null, BASE + APK); in buildReleaseFromDex()
|
D | YouTubeDeployJarVerificationTest.java | 20 CompilerUnderTest.R8, CompilationMode.DEBUG, BASE + APK, null, null, BASE + DEPLOY_JAR); in buildDebugFromDeployJar() 27 CompilerUnderTest.R8, CompilationMode.RELEASE, BASE + APK, null, null, BASE + DEPLOY_JAR); in buildReleaseFromDeployJar()
|
D | YouTubeProguardJarVerificationTest.java | 20 … CompilerUnderTest.R8, CompilationMode.DEBUG, BASE + APK, BASE + PG_MAP, null, BASE + PG_JAR); in buildDebugFromProguardJar() 27 CompilerUnderTest.R8, CompilationMode.RELEASE, in buildReleaseFromProguardJar()
|
D | R8DisassemblerTest.java | 10 import com.android.tools.r8.R8; 49 R8.disassemble(builder.build()); in testDisassemble()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiRegisterInfo.td | 35 def RV : LanaiReg< 8, "rv", [R8]>, DwarfRegAlias<R8>; 52 R8, RV, // return value
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 74 ARM::LR, ARM::R11, ARM::R10, ARM::R9, ARM::R8, in getCalleeSavedRegs() 86 ARM::R11, ARM::R10, ARM::R8, in getCalleeSavedRegs() 429 ARM::R0, ARM::R2, ARM::R4, ARM::R6, ARM::R8, ARM::R10, in getRawAllocationOrder() 436 ARM::R8, ARM::R10 in getRawAllocationOrder() 441 ARM::R0, ARM::R2, ARM::R4, ARM::R8, ARM::R10, in getRawAllocationOrder() 448 ARM::R8, ARM::R10 in getRawAllocationOrder() 453 ARM::R0, ARM::R2, ARM::R4, ARM::R6, ARM::R8, in getRawAllocationOrder() 460 ARM::R8 in getRawAllocationOrder() 466 ARM::R1, ARM::R3, ARM::R12,ARM::LR, ARM::R5, ARM::R7, ARM::R8, in getRawAllocationOrder() 471 ARM::R0, ARM::R2, ARM::R12,ARM::LR, ARM::R4, ARM::R6, ARM::R8, in getRawAllocationOrder() [all …]
|
/external/r8/src/test/java/com/android/tools/r8/shaking/ |
D | TreeShakingSpecificTest.java | 10 import com.android.tools.r8.R8; 48 R8.run( in testIgnoreWarnings() 66 R8.run( in testMissingLibrary()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 143 SX(A, S8_UINT, R, R8, T), 164 F3(A, L8_UNORM, R8_UNORM, R, R, R, xx, UNORM, R8, TB), 165 F3(A, L8_SRGB, NONE, R, R, R, xx, UNORM, R8, T), 166 F3(A, L8_SNORM, R8_SNORM, R, R, R, xx, SNORM, R8, TC), 167 I3(A, L8_SINT, R8_SINT, R, R, R, xx, SINT, R8, TR), 168 I3(A, L8_UINT, R8_UINT, R, R, R, xx, UINT, R8, TR), 178 C4(A, I8_UNORM, R8_UNORM, R, R, R, R, UNORM, R8, TR), 179 C4(A, I8_SNORM, R8_SNORM, R, R, R, R, SNORM, R8, TR), 180 C4(A, I8_SINT, R8_SINT, R, R, R, R, SINT, R8, TR), 181 C4(A, I8_UINT, R8_UINT, R, R, R, R, UINT, R8, TR), [all …]
|
/external/llvm/lib/Target/BPF/ |
D | BPFRegisterInfo.td | 30 def R8 : Ri< 8, "r8">, DwarfRegNum<[8]>; 37 R6, R7, R8, R9, // callee saved
|