HomeSort by relevance Sort by last modified time
    Searched refs:rev32 (Results 1 - 19 of 19) sorted by null

  /external/openssl/crypto/sha/asm/
sha1-armv8.pl 45 rev32 @Xx[$i+1],@Xx[$i+1]
187 rev32 @Xx[0],@Xx[0]
241 rev32 @MSG[0],@MSG[0]
242 rev32 @MSG[1],@MSG[1]
245 rev32 @MSG[2],@MSG[2]
249 rev32 @MSG[3],@MSG[3]
sha512-armv8.pl 326 rev32 @MSG[0],@MSG[0]
327 rev32 @MSG[1],@MSG[1]
328 rev32 @MSG[2],@MSG[2]
329 rev32 @MSG[3],@MSG[3]
sha1-armv8.S 36 rev32 x3,x3
54 rev32 x5,x5
79 rev32 x7,x7
104 rev32 x9,x9
129 rev32 x11,x11
154 rev32 x13,x13
179 rev32 x15,x15
204 rev32 x17,x17
1088 rev32 v4.16b,v4.16b
1089 rev32 v5.16b,v5.16
    [all...]
sha256-armv8.S 1017 rev32 v4.16b,v4.16b
1018 rev32 v5.16b,v5.16b
1019 rev32 v6.16b,v6.16b
1020 rev32 v7.16b,v7.16b
  /external/llvm/test/MC/AArch64/
neon-simd-misc.s 23 rev32 v30.16b, v31.16b
24 rev32 v4.8h, v7.8h
25 rev32 v21.8b, v1.8b
26 rev32 v0.4h, v9.4h
28 // CHECK: rev32 v30.16b, v31.16b // encoding: [0xfe,0x0b,0x20,0x6e]
29 // CHECK: rev32 v4.8h, v7.8h // encoding: [0xe4,0x08,0x60,0x6e]
30 // CHECK: rev32 v21.8b, v1.8b // encoding: [0x35,0x08,0x20,0x2e]
31 // CHECK: rev32 v0.4h, v9.4h // encoding: [0x20,0x09,0x60,0x2e]
neon-diagnostics.s     [all...]
arm64-arithmetic-encoding.s 442 rev32 x1, x2
basic-a64-instructions.s     [all...]
arm64-advsimd.s 490 rev32.8b v0, v0
540 ; CHECK: rev32.8b v0, v0 ; encoding: [0x00,0x08,0x20,0x2e]
    [all...]
  /external/openssl/crypto/aes/asm/
aesv8-armx.pl 899 s/vrev32\.8/rev32/o or
  /external/valgrind/main/none/tests/arm64/
fp_and_simd.c     [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
macro-assembler-arm64-inl.h 1023 void MacroAssembler::Rev32(const Register& rd, const Register& rn) {
1026 rev32(rd, rn);
    [all...]
assembler-arm64.cc 1551 void Assembler::rev32(const Register& rd, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 1102 void rev32(const Register& rd, const Register& rn);
    [all...]
macro-assembler-a64.h 880 void Rev32(const Register& rd, const Register& rn) {
884 rev32(rd, rn);
    [all...]
assembler-a64.cc 999 void Assembler::rev32(const Register& rd, function in class:vixl::Assembler
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 503 COMPARE(rev32(x8, x9), "rev32 x8, x9");
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 472 COMPARE(rev32(x8, x9), "rev32 x8, x9");
    [all...]

Completed in 231 milliseconds