/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/ |
A 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()
|
A D | nfp_asm.h | 385 bool i8; member
|
/linux-6.3-rc2/rust/alloc/vec/ |
A D | into_iter.rs | 159 self.ptr = unsafe { arith_offset(self.ptr as *const i8, 1) as *mut T }; in next() 189 self.ptr = unsafe { arith_offset(self.ptr as *const i8, step_size as isize) as *mut T } in advance_by() 235 self.end = unsafe { arith_offset(self.end as *const i8, -1) as *mut T }; in next_back() 252 arith_offset(self.end as *const i8, step_size.wrapping_neg() as isize) as *mut T in advance_back_by()
|
A D | mod.rs | 2757 arith_offset(begin as *const i8, me.len() as isize) as *const T in into_iter()
|
/linux-6.3-rc2/arch/arm/crypto/ |
A 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
|
A D | crc32-ce-core.S | 136 vmov.i8 qzr, #0 137 vmov.i8 qCONSTANT, #0 219 vmov.i8 d7, #0
|
A 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 …]
|
A 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.3-rc2/arch/mips/include/asm/octeon/ |
A 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.3-rc2/arch/arm/nwfpe/ |
A D | ChangeLog | 3 Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
|
/linux-6.3-rc2/sound/pci/cs46xx/ |
A D | cs46xx_dsp_scb_types.h | 1138 u32 i8; member
|
/linux-6.3-rc2/Documentation/translations/zh_TW/process/ |
A D | coding-style.rst | 574 指定選項 ``-kr -i8`` (代表 ``K&R,8 字符縮進``),或使用 ``scripts/Lindent``
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | inst.h | 1138 struct m16e_i8 i8; member
|
/linux-6.3-rc2/Documentation/translations/zh_CN/process/ |
A D | coding-style.rst | 648 指定选项 ``-kr -i8`` (代表 ``K&R,8 字符缩进``),或使用 ``scripts/Lindent``
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | unaligned.c | 1289 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/bpf/ |
A 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.3-rc2/rust/alloc/ |
A D | boxed.rs | 1358 fn write_i8(&mut self, i: i8) { in write_i8() argument
|
/linux-6.3-rc2/Documentation/translations/it_IT/process/ |
A D | coding-style.rst | 715 ``-kr -i8`` (che significa ``K&R, 8 caratteri di indentazione``), o utilizzate
|
/linux-6.3-rc2/Documentation/process/ |
A D | coding-style.rst | 723 options ``-kr -i8`` (stands for ``K&R, 8 character indents``), or use
|
/linux-6.3-rc2/Documentation/translations/sp_SP/process/ |
A D | coding-style.rst | 742 lo que simplemente de a la sangría las opciones ``-kr -i8`` (significa
|