Searched refs:const1 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 50 #define const1 v24 macro 166 lvx const1,0,r3 203 VPMSUMD(v8,v16,const1) 208 VPMSUMD(v9,v17,const1) 213 VPMSUMD(v10,v18,const1) 218 VPMSUMD(v11,v19,const1) 223 VPMSUMD(v12,v20,const1) 228 VPMSUMD(v13,v21,const1) 233 VPMSUMD(v14,v22,const1) 238 VPMSUMD(v15,v23,const1) [all …]
|
/linux/arch/powerpc/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 19 #define const1 0x3320646e macro 196 lis state1, const1@ha 200 addi state1, state1, const1@l 228 addis state1, state1, const1@ha 232 addi state1, state1, const1@l
|
/linux/crypto/ |
H A D | aegis128-neon-inner.c | 141 static const uint8_t const1[] = { in crypto_aegis128_init_neon() local 149 vld1q_u8(const1), in crypto_aegis128_init_neon() 152 k ^ vld1q_u8(const1), in crypto_aegis128_init_neon()
|
/linux/drivers/input/keyboard/ |
H A D | applespi.c | 263 __le16 const1; member 839 message->bl_command.const1 = cpu_to_le16(0x01B0); in applespi_send_cmd_msg()
|