HomeSort by relevance Sort by last modified time
    Searched full:crc32ch (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/MC/Disassembler/ARM/
crc32-thumb.txt 7 # CHECK: crc32ch r0, r1, r2
crc32.txt 7 # CHECK: crc32ch r0, r1, r2
  /external/llvm/test/MC/AArch64/
arm64-basic-a64-instructions.s 8 crc32ch w13, w17, w25
16 // CHECK: crc32ch w13, w17, w25 // encoding: [0x2d,0x56,0xd9,0x1a]
basic-a64-instructions.s     [all...]
  /external/llvm/test/MC/ARM/
invalid-crc32.s 13 @ CHECK: error: instruction 'crc32ch' is not predicable, but condition code specified
crc32-thumb.s 19 crc32ch r0, r1, r2
23 @ CHECK: crc32ch r0, r1, r2 @ encoding: [0xd1,0xfa,0x92,0xf0]
crc32.s 19 crc32ch r0, r1, r2
23 @ CHECK: crc32ch r0, r1, r2 @ encoding: [0x42,0x02,0x21,0xe1]
directive-arch_extension-crc.s 26 crc32ch r0, r1, r2
51 crc32ch r0, r1, r2
  /external/llvm/test/MC/Disassembler/AArch64/
arm64-crc32.txt 8 # CHECK: crc32ch w13, w17, w25
basic-a64-instructions.txt 1049 # CHECK: crc32ch w13, w17, w25
    [all...]
  /external/clang/test/CodeGen/
arm64-crc32.c 26 int crc32ch(int a, short b) function
30 // CHECK: call i32 @llvm.aarch64.crc32ch(i32 %a, i32 [[T0]])
arm-crc32.c 26 int crc32ch(int a, short b) function
30 // CHECK: call i32 @llvm.arm.crc32ch(i32 %a, i32 [[T0]])
arm_acle.c 118 // AArch32: call i32 @llvm.arm.crc32ch
119 // AArch64: call i32 @llvm.aarch64.crc32ch
  /external/llvm/test/CodeGen/AArch64/
arm64-crc32.ll 43 ; CHECK: crc32ch w0, w0, w1
45 %val = call i32 @llvm.aarch64.crc32ch(i32 %cur, i32 %bits)
69 declare i32 @llvm.aarch64.crc32ch(i32, i32)
  /external/chromium_org/v8/src/arm64/
constants-arm64.h     [all...]
  /external/vixl/src/a64/
constants-a64.h     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/lib/
libopcodes.a     [all...]
  /prebuilts/clang/linux-x86/host/3.5/bin/
llvm-as 
llvm-dis 
llvm-link 
  /prebuilts/sdk/tools/linux/
libLLVM.so 
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.td     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.td 664 def CRC32CHrr : BaseCRC32<0, 0b01, 1, GPR32, int_aarch64_crc32ch, "crc32ch">;
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-as 
llvm-dis 

Completed in 3702 milliseconds

1 2