/external/wpa_supplicant_8/src/crypto/ |
D | sha512-internal.c | 45 #define CONST64(n) n ## ULL macro 49 CONST64(0x428a2f98d728ae22), CONST64(0x7137449123ef65cd), 50 CONST64(0xb5c0fbcfec4d3b2f), CONST64(0xe9b5dba58189dbbc), 51 CONST64(0x3956c25bf348b538), CONST64(0x59f111f1b605d019), 52 CONST64(0x923f82a4af194f9b), CONST64(0xab1c5ed5da6d8118), 53 CONST64(0xd807aa98a3030242), CONST64(0x12835b0145706fbe), 54 CONST64(0x243185be4ee4b28c), CONST64(0x550c7dc3d5ffb4e2), 55 CONST64(0x72be5d74f27b896f), CONST64(0x80deb1fe3b1696b1), 56 CONST64(0x9bdc06a725c71235), CONST64(0xc19bf174cf692694), 57 CONST64(0xe49b69c19ef14ad2), CONST64(0xefbe4786384f25e3), [all …]
|
D | sha384-internal.c | 45 #define CONST64(n) n ## ULL macro 56 md->state[0] = CONST64(0xcbbb9d5dc1059ed8); in sha384_init() 57 md->state[1] = CONST64(0x629a292a367cd507); in sha384_init() 58 md->state[2] = CONST64(0x9159015a3070dd17); in sha384_init() 59 md->state[3] = CONST64(0x152fecd8f70e5939); in sha384_init() 60 md->state[4] = CONST64(0x67332667ffc00b31); in sha384_init() 61 md->state[5] = CONST64(0x8eb44a8768581511); in sha384_init() 62 md->state[6] = CONST64(0xdb0c2e0d64f98fa7); in sha384_init() 63 md->state[7] = CONST64(0x47b5481dbefa4fa4); in sha384_init()
|
/external/f2fs-tools/tools/ |
D | sha512.c | 41 #define CONST64(n) n macro 43 CONST64(0x428a2f98d728ae22), CONST64(0x7137449123ef65cd), 44 CONST64(0xb5c0fbcfec4d3b2f), CONST64(0xe9b5dba58189dbbc), 45 CONST64(0x3956c25bf348b538), CONST64(0x59f111f1b605d019), 46 CONST64(0x923f82a4af194f9b), CONST64(0xab1c5ed5da6d8118), 47 CONST64(0xd807aa98a3030242), CONST64(0x12835b0145706fbe), 48 CONST64(0x243185be4ee4b28c), CONST64(0x550c7dc3d5ffb4e2), 49 CONST64(0x72be5d74f27b896f), CONST64(0x80deb1fe3b1696b1), 50 CONST64(0x9bdc06a725c71235), CONST64(0xc19bf174cf692694), 51 CONST64(0xe49b69c19ef14ad2), CONST64(0xefbe4786384f25e3), [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | sha512.c | 21 #define CONST64(n) n macro 23 CONST64(0x428a2f98d728ae22), CONST64(0x7137449123ef65cd), 24 CONST64(0xb5c0fbcfec4d3b2f), CONST64(0xe9b5dba58189dbbc), 25 CONST64(0x3956c25bf348b538), CONST64(0x59f111f1b605d019), 26 CONST64(0x923f82a4af194f9b), CONST64(0xab1c5ed5da6d8118), 27 CONST64(0xd807aa98a3030242), CONST64(0x12835b0145706fbe), 28 CONST64(0x243185be4ee4b28c), CONST64(0x550c7dc3d5ffb4e2), 29 CONST64(0x72be5d74f27b896f), CONST64(0x80deb1fe3b1696b1), 30 CONST64(0x9bdc06a725c71235), CONST64(0xc19bf174cf692694), 31 CONST64(0xe49b69c19ef14ad2), CONST64(0xefbe4786384f25e3), [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | const64.ll | 4 ; CHECK: CONST64 5 ; CHECKOLD-NOT: CONST64
|
D | split-const32-const64.ll | 3 ; Check that CONST32/CONST64 instructions are 'not' generated when 21 ; CHECK-NOT: CONST64
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | const64.ll | 4 ; CHECK: CONST64 5 ; CHECKOLD-NOT: CONST64
|
D | split-const32-const64.ll | 3 ; Check that CONST32/CONST64 instructions are 'not' generated when the 24 ; CHECK-NOT: CONST64
|
D | disable-const64.ll | 5 ; Disable CONST64 for tiny core since it is a memory operation and tiny core has 18 ; CHECK-NOT: CONST64
|
D | float-const64-G0.ll | 3 ; Check that no CONST64's are emitted for a -G0, mv5 compile
|
D | isel-zext-vNi1.ll | 34 ; CHECK-DAG: r[[D20:([0-9]+:[0-9]+)]] = CONST64(#72340172838076673) 46 ; CHECK-DAG: r[[D30:([0-9]+:[0-9]+)]] = CONST64(#281479271743489)
|
D | cext-unnamed-global.mir | 32 %3:doubleregs = CONST64 128
|
D | pic-sdata.ll | 30 ; STATIC: CONST64(#123456789012345678)
|
D | disable-const64-tinycore.ll | 3 ;CHECK-NOT: CONST64
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/vect/ |
D | build-vect64.ll | 4 ; CHECK: r1:0 = CONST64(#506097522914230528)
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_types.h | 53 #if !defined(CONST64) || !defined(CONST64U) 55 #define CONST64(c) c##I64 macro 58 #define CONST64(c) c##LL macro 62 #define CONST64(c) c##L macro 65 #define CONST64(c) c##LL macro 69 #error - Need compiler define for CONST64
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonSplitConst32AndConst64.cpp | 85 } else if (Opc == Hexagon::CONST64) { in runOnMachineFunction()
|
D | HexagonSplitDouble.cpp | 196 case Hexagon::CONST64: in isFixedInstr() 337 case Hexagon::CONST64: { in profit() 408 case Hexagon::CONST64: in profit() 1039 case CONST64: in splitInstr()
|
D | HexagonPseudo.td | 67 def CONST64 : CONSTLDInst<(outs DoubleRegs:$Rd), (ins i64imm:$v), 68 "$Rd = CONST64(#$v)", []>;
|
D | HexagonBitTracker.cpp | 210 case CONST64: in evaluate() 322 case CONST64: in evaluate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitConst32AndConst64.cpp | 85 } else if (Opc == Hexagon::CONST64) { in runOnMachineFunction()
|
D | HexagonSplitDouble.cpp | 196 case Hexagon::CONST64: in isFixedInstr() 337 case Hexagon::CONST64: { in profit() 408 case Hexagon::CONST64: in profit() 1038 case CONST64: in splitInstr()
|
D | HexagonPseudo.td | 67 def CONST64 : CONSTLDInst<(outs DoubleRegs:$Rd), (ins i64imm:$v), 68 "$Rd = CONST64(#$v)", []>;
|
D | HexagonBitTracker.cpp | 212 case CONST64: in evaluate() 324 case CONST64: in evaluate()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | immv216.ll | 505 ; VI-DAG: v_mov_b32_e32 [[CONST64:v[0-9]+]], 64 509 ; VI-DAG: v_add_f16_sdwa v{{[0-9]+}}, [[V_SHR]], [[CONST64]] dst_sel:WORD_1 dst_unused:UNUSED_PAD s…
|