| /linux/drivers/net/ethernet/netronome/nfp/ |
| H 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()
|
| H A D | nfp_asm.h | 385 bool i8; member
|
| /linux/lib/crc/arm/ |
| H A D | crc-t10dif-core.S | 254 vmov.i8 q8h, #0 335 vmov.i8 q3, #0x80 363 vmov.i8 q0h, #0 401 vmov.i8 q1, #0
|
| H A D | crc32-core.S | 137 vmov.i8 qzr, #0 138 vmov.i8 qCONSTANT, #0 220 vmov.i8 d7, #0
|
| /linux/rust/kernel/ |
| H A D | module_param.rs | 98 impl_int_module_param!(i8); 173 make_param_ops!(PARAM_OPS_I8, i8);
|
| H A D | num.rs | 73 i8: Signed,
|
| H A D | fmt.rs | 81 i8,
|
| /linux/arch/arm/crypto/ |
| H 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 …]
|
| H 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/rust/ |
| H A D | ffi.rs | 30 c_schar = i8;
|
| /linux/arch/mips/include/asm/octeon/ |
| H 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/rust/kernel/str/ |
| H A D | parse_int.rs | 148 impl_parse_int![i8, u8, i16, u16, i32, u32, i64, u64, isize, usize];
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 273 i8 i16 i32 i64 isize 961 i8 i16 i32 i64 isize 1038 i8 i16 i32 i64 isize
|
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_mode.c | 39 u8 i8 = index & 0xff; in mgag200_set_gamma_lut() local 44 if (drm_WARN_ON_ONCE(dev, index != i8)) in mgag200_set_gamma_lut() 47 WREG8(DAC_INDEX + MGA1064_INDEX, i8); in mgag200_set_gamma_lut()
|
| /linux/rust/quote/ |
| H A D | to_tokens.rs | 126 impl ToTokens for i8 { implementation
|
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_mode.c | 80 u8 i8 = index & 0xff; in ast_set_gamma_lut() local 85 if (drm_WARN_ON_ONCE(dev, index != i8)) in ast_set_gamma_lut() 88 ast_io_write8(ast, AST_IO_VGADWR, i8); in ast_set_gamma_lut()
|
| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 1130 i8_suffixed => i8, 1145 i8_unsuffixed => i8,
|
| H A D | fallback.rs | 992 i8_suffixed => i8, 1010 i8_unsuffixed => i8,
|
| H A D | wrapper.rs | 815 i8_suffixed => i8, 833 i8_unsuffixed => i8,
|
| /linux/arch/arm/nwfpe/ |
| H A D | ChangeLog | 3 Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_dsp_scb_types.h | 1138 u32 i8; member
|
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1594 i8, i16, i32, i64, i128, isize,
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | inst.h | 1171 struct m16e_i8 i8; member
|
| /linux/arch/mips/kernel/ |
| H A D | unaligned.c | 1331 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H 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()
|