/linux-6.6.21/drivers/net/ethernet/netronome/nfp/ |
D | nfp_asm.c | 204 static u16 nfp_swreg_to_rereg(swreg reg, bool is_dst, bool has_imm8, bool *i8) in nfp_swreg_to_rereg() argument 236 *i8 = val & 0x80; in nfp_swreg_to_rereg() 271 reg->areg = nfp_swreg_to_rereg(rreg, false, has_imm8, ®->i8); in swreg_to_restricted() 272 reg->breg = nfp_swreg_to_rereg(lreg, false, has_imm8, ®->i8); in swreg_to_restricted() 275 reg->areg = nfp_swreg_to_rereg(lreg, false, has_imm8, ®->i8); in swreg_to_restricted() 276 reg->breg = nfp_swreg_to_rereg(rreg, false, has_imm8, ®->i8); in swreg_to_restricted()
|
D | nfp_asm.h | 385 bool i8; member
|
/linux-6.6.21/arch/arm/crypto/ |
D | crct10dif-ce-core.S | 189 vmov.i8 q8h, #0 272 vmov.i8 q3, #0x80 304 vmov.i8 q1, #0 335 vmov.i8 q0h, #0
|
D | crc32-ce-core.S | 136 vmov.i8 qzr, #0 137 vmov.i8 qCONSTANT, #0 219 vmov.i8 d7, #0
|
D | aes-neonbs-core.S | 417 vmov.i8 \t0, #0x55 418 vmov.i8 \t1, #0x33 421 vmov.i8 \t0, #0x0f 438 vmov.i8 q8, #0x01 // bit masks 439 vmov.i8 q9, #0x02 440 vmov.i8 q10, #0x04 441 vmov.i8 q11, #0x08 442 vmov.i8 q12, #0x10 443 vmov.i8 q13, #0x20 451 vmov.i8 q6, #0x40 [all …]
|
D | ghash-ce-core.S | 229 vmov.i8 MASK, #0xe1 298 vmov.i8 MASK, #0xe1 341 vmov.i8 MASK, #0xe1 601 vmov.i8 MASK, #0xe1 658 vmov.i8 MASK, #0xe1 673 vceq.i8 T1, T1, XL // compare tags
|
/linux-6.6.21/rust/alloc/vec/ |
D | is_zero.rs | 25 impl_is_zero!(i8, |x| x == 0); // It is needed to impl for arrays and tuples of i8. 168 impl_is_zero_option_of_num!(u8, u16, u32, u64, u128, i8, i16, i32, i64, i128, usize, isize,);
|
/linux-6.6.21/arch/mips/include/asm/octeon/ |
D | cvmx-fau.h | 307 uint64_t i8; in cvmx_fau_tagwait_fetch_and_add8() member 311 result.i8 = cvmx_read64_int8(__cvmx_fau_atomic_address(1, reg, value)); in cvmx_fau_tagwait_fetch_and_add8()
|
/linux-6.6.21/arch/arm/nwfpe/ |
D | ChangeLog | 3 Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
|
/linux-6.6.21/sound/pci/cs46xx/ |
D | cs46xx_dsp_scb_types.h | 1138 u32 i8; member
|
/linux-6.6.21/rust/kernel/ |
D | init.rs | 1292 i8, i16, i32, i64, i128, isize,
|
/linux-6.6.21/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 574 指定選項 ``-kr -i8`` (代表 ``K&R,8 字符縮進``),或使用 ``scripts/Lindent``
|
/linux-6.6.21/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 648 指定选项 ``-kr -i8`` (代表 ``K&R,8 字符缩进``),或使用 ``scripts/Lindent``
|
/linux-6.6.21/arch/mips/include/uapi/asm/ |
D | inst.h | 1171 struct m16e_i8 i8; member
|
/linux-6.6.21/arch/mips/kernel/ |
D | unaligned.c | 1330 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 321 u16 areg, enum shf_op op, u16 breg, bool i8, bool sw, bool wr_both, in __emit_shf() argument 349 FIELD_PREP(OP_SHF_I8, i8) | in __emit_shf() 376 reg.areg, op, reg.breg, reg.i8, reg.swap, reg.wr_both, in emit_shf() 525 reg.i8, zero, reg.swap, reg.wr_both, in emit_ld_field_any()
|
/linux-6.6.21/rust/alloc/ |
D | boxed.rs | 1416 fn write_i8(&mut self, i: i8) { in write_i8() argument
|
/linux-6.6.21/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 715 ``-kr -i8`` (che significa ``K&R, 8 caratteri di indentazione``), o utilizzate
|
/linux-6.6.21/Documentation/process/ |
D | coding-style.rst | 723 options ``-kr -i8`` (stands for ``K&R, 8 character indents``), or use
|
/linux-6.6.21/Documentation/translations/sp_SP/process/ |
D | coding-style.rst | 742 lo que simplemente de a la sangría las opciones ``-kr -i8`` (significa
|