Searched refs:i8 (Results 1 – 16 of 16) sorted by relevance
/linux/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/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 | 315 vmov.i8 MASK, #0xe1
|
/linux/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/arch/arm/nwfpe/ |
A D | ChangeLog | 3 Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
|
/linux/sound/pci/cs46xx/ |
A D | cs46xx_dsp_scb_types.h | 1138 u32 i8; member
|
/linux/Documentation/translations/zh_CN/process/ |
A D | coding-style.rst | 570 指定选项 ``-kr -i8`` (代表 ``K&R,8 字符缩进``),或使用 ``scripts/Lindent``
|
/linux/Documentation/translations/zh_TW/process/ |
A D | coding-style.rst | 574 指定選項 ``-kr -i8`` (代表 ``K&R,8 字符縮進``),或使用 ``scripts/Lindent``
|
/linux/arch/mips/include/uapi/asm/ |
A D | inst.h | 1138 struct m16e_i8 i8; member
|
/linux/arch/mips/kernel/ |
A D | unaligned.c | 1289 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
|
/linux/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/Documentation/translations/it_IT/process/ |
A D | coding-style.rst | 677 ``-kr -i8`` (che significa ``K&R, 8 caratteri di indentazione``), o utilizzate
|
/linux/Documentation/process/ |
A D | coding-style.rst | 723 options ``-kr -i8`` (stands for ``K&R, 8 character indents``), or use
|
Completed in 36 milliseconds