Searched refs:BLOCK3 (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/cipher_extra/asm/ |
D | aes128gcmsiv-x86_64.pl | 651 my $BLOCK3 = "%xmm11"; 665 vaesenc $j, $BLOCK3, $BLOCK3 676 vaesenclast $j, $BLOCK3, $BLOCK3 701 vpaddd $ONE, $BLOCK2, $BLOCK3 702 vpaddd $ONE, $BLOCK3, $BLOCK4 706 vpxor %xmm1, $BLOCK3, $BLOCK3 722 vmovdqa $BLOCK3, 2*16(%rsi) 2163 my $BLOCK3 = "%xmm7"; 2174 vaesenc $j, $BLOCK3, $BLOCK3 2187 vaesenclast $j, $BLOCK3, $BLOCK3 [all …]
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | rle-nonlocal.ll | 8 ; CHECK-NEXT: br i1 [[CMP]], label [[BLOCK2:%.*]], label [[BLOCK3:%.*]] 16 ; CHECK-NEXT: [[EXISTINGPHI:%.*]] = phi i32* [ [[A]], [[BLOCK2]] ], [ [[B]], [[BLOCK3]] ]
|
/external/rust/crates/zip/tests/ |
D | zip64_large.rs | 78 const BLOCK3: [u8; BLOCK3_LENGTH as usize] = [ constant 176 buf[0] = BLOCK3[(self.pointer - BLOCK3_START) as usize]; in read()
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/ |
D | multiblock-exceptions.ll | 19 ; CHECK-NEXT: to label [[BLOCK3:%.*]] unwind label [[CATCH_DISPATCH:%.*]]
|
/external/llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics/ |
D | multiply-i32-row-major.ll | 90 ; RM-NEXT: [[BLOCK3:%.*]] = shufflevector <2 x i32> [[SPLIT2]], <2 x i32> undef, <1 x i32> <i32 … 94 ; RM-NEXT: [[TMP5:%.*]] = mul <1 x i32> [[SPLAT_SPLAT5]], [[BLOCK3]]
|
D | multiply-float.ll | 88 ; CHECK-NEXT: [[BLOCK3:%.*]] = shufflevector <2 x float> [[SPLIT]], <2 x float> undef, <1 x i32>… 92 ; CHECK-NEXT: [[TMP5:%.*]] = fmul <1 x float> [[BLOCK3]], [[SPLAT_SPLAT5]]
|
D | multiply-double-row-major.ll | 90 ; RM-NEXT: [[BLOCK3:%.*]] = shufflevector <2 x double> [[SPLIT2]], <2 x double> undef, <1 x i32>… 94 ; RM-NEXT: [[TMP5:%.*]] = fmul <1 x double> [[SPLAT_SPLAT5]], [[BLOCK3]]
|
D | multiply-i32.ll | 88 ; CHECK-NEXT: [[BLOCK3:%.*]] = shufflevector <2 x i32> [[SPLIT]], <2 x i32> undef, <1 x i32> <i3… 92 ; CHECK-NEXT: [[TMP5:%.*]] = mul <1 x i32> [[BLOCK3]], [[SPLAT_SPLAT5]]
|
D | multiply-double.ll | 88 ; CHECK-NEXT: [[BLOCK3:%.*]] = shufflevector <2 x double> [[SPLIT]], <2 x double> undef, <1 x i3… 92 ; CHECK-NEXT: [[TMP5:%.*]] = fmul <1 x double> [[BLOCK3]], [[SPLAT_SPLAT5]]
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-blocks.m | 401 …// CHECK: [[BLOCK3:%.*]] = alloca <{ i8*, i32, i32, i8*, %[[STRUCT_BLOCK_DESCRIPTOR]]*, i8* }… 410 ….*]] = bitcast <{ i8*, i32, i32, i8*, %[[STRUCT_BLOCK_DESCRIPTOR]]*, i8* }>* [[BLOCK3]] to void ()*
|