Home
last modified time | relevance | path

Searched refs:cnt32 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Docteon_popcnt.ll24 define i32 @cnt32(i32 signext %x) nounwind readnone {
27 ; OCTEON-LABEL: cnt32:
30 ; MIPS64-LABEL: cnt32:
/external/llvm/test/CodeGen/PowerPC/
Dpopcnt.ll31 define i32 @cnt32(i32 %x) nounwind readnone {
34 ; CHECK-LABEL: @cnt32
38 ; SLOWPC-LABEL: @cnt32
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpopcnt.ll19 define i32 @cnt32(i32 %x) nounwind readnone {
22 ; CHECK: cnt32:
/external/llvm/test/CodeGen/X86/
Dpopcnt.ll19 define i32 @cnt32(i32 %x) nounwind readnone {
22 ; CHECK-LABEL: cnt32:
/external/llvm/test/CodeGen/AArch64/
Darm64-popcnt.ll58 define i32 @cnt32(i32 %x) nounwind readnone noimplicitfloat {
61 ; CHECK-LABEL: cnt32:
/external/libpng/mips/
Dfilter_msa_intrinsics.c369 png_size_t i, cnt, cnt16, cnt32; in png_read_filter_row_up_msa() local
390 cnt32 = istop & 0x20; in png_read_filter_row_up_msa()
394 if(cnt32) in png_read_filter_row_up_msa()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.m1499 NSInteger cnt32 = 0;
1529 if ( cnt32 >= 1 )
1537 cnt32++;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
DFuzzy.m1603 NSInteger cnt32=0;
1631 if ( cnt32 >= 1 )
1636 cnt32++;