Home
last modified time | relevance | path

Searched refs:start3 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dthumb-branches.s61 .global start3 symbol
62 start3: label
64 bl start3
Dthumb2-branch-ranges.s69 start3: label
75 b.w start3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dwasmehprepare.ll91 %5 = catchswitch within none [label %catch.start3] unwind to caller
93 catch.start3: ; preds = %catch.dispatch2
100 ; CHECK: catch.start3:
103 catch4: ; preds = %catch.start3
108 rethrow: ; preds = %catch.start3
143 %6 = catchswitch within %1 [label %catch.start3] unwind label %ehcleanup
145 catch.start3: ; preds = %catch.dispatch2
152 ; CHECK: catch.start3:
155 catch6: ; preds = %catch.start3
160 rethrow5: ; preds = %catch.start3
/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon-salsa208.h58 uint32x4_t start3 = x4x9x14x3; in salsa20_8_intrinsic() local
66 uint32x4_t diag3 = start3; in salsa20_8_intrinsic()
104 x4x9x14x3 = diag3 + start3; in salsa20_8_intrinsic()
/external/dtc/tests/
Dvalue-labels.dts6 prop3: prop3 = start3: [ innerstart3: ab innermid3: cd innerend3: ] end3:;
/external/lz4/lib/
Dlz4hc.c509 const BYTE* start3 = NULL; in LZ4HC_compress_hashChain() local
573 start2 + ml2 - 3, start2, matchlimit, ml2, &ref3, &start3, in LZ4HC_compress_hashChain()
591 if (start3 < ip+ml+3) { /* Not enough space for match 2 : remove it */ in LZ4HC_compress_hashChain()
592 …if (start3 >= (ip+ml)) { /* can write Seq1 immediately ==> Seq2 is removed, so Seq3 becomes Seq1 … in LZ4HC_compress_hashChain()
599 start2 = start3; in LZ4HC_compress_hashChain()
607 ip = start3; in LZ4HC_compress_hashChain()
617 start2 = start3; in LZ4HC_compress_hashChain()
650 start2 = start3; ref2 = ref3; ml2 = ml3; in LZ4HC_compress_hashChain()
/external/scrypt/patches/
Darm_neon.patch64 + uint32x4_t start3 = x4x9x14x3;
72 + uint32x4_t diag3 = start3;
110 + x4x9x14x3 = diag3 + start3;