| /linux/lib/crypto/arm/ |
| H A D | curve25519-core.S | 58 vmov.i64 q2, #0xffffffff 95 vadd.i64 q12, q4, q1 96 vadd.i64 q13, q10, q1 99 vadd.i64 q5, q5, q12 100 vshl.i64 q12, q12, #26 101 vadd.i64 q14, q5, q0 102 vadd.i64 q11, q11, q13 103 vshl.i64 q13, q13, #26 104 vadd.i64 q15, q11, q0 105 vsub.i64 q4, q4, q12 [all …]
|
| /linux/rust/kernel/sync/atomic/ |
| H A D | predefine.rs | 44 // SAFETY: `i64` has the same size and alignment with itself, and is round-trip transmutable to 46 unsafe impl super::AtomicType for i64 { 47 type Repr = i64; 50 // SAFETY: The wrapping add result of two `i64`s is a valid `i64`. 51 unsafe impl super::AtomicAdd<i64> for i64 { 52 fn rhs_into_delta(rhs: i64) -> i64 { 67 type isize_atomic_repr = i64; 23 unsafe impl super::AtomicType for i64 { global() implementation 28 unsafe impl super::AtomicAdd<i64> for i64 { global() implementation 29 rhs_into_delta(rhs: i64) -> i64 rhs_into_delta() argument 95 rhs_into_delta(rhs: u64) -> i64 rhs_into_delta() argument [all...] |
| H A D | internal.rs | 16 // The C side supports atomic primitives only for `i32` and `i64` (`atomic_t` and `atomic64_t`), 22 impl private::Sealed for i64 {} 31 /// - `i64` map to `atomic64_t` 59 // `atomic64_t` implements atomic operations on `i64`. 60 impl AtomicImpl for i64 { in as_ptr() 265 [ i8 => atomic_i8, i16 => atomic_i16, i32 => atomic, i64 => atomic64 ] 283 [ i8 => atomic_i8, i16 => atomic_i16, i32 => atomic, i64 => atomic64 ] 311 [ i32 => atomic, i64 => atomic64 ] 18 impl private::Sealed for i64 {} global() implementation 41 impl AtomicImpl for i64 { global() implementation
|
| /linux/rust/kernel/time/ |
| H A D | delay.rs | 33 const MAX_DELTA: Delta = Delta::from_micros(i32::MAX as i64); in fsleep() 64 const MAX_UDELAY_DELTA: Delta = Delta::from_millis(bindings::MAX_UDELAY_MS as i64); in udelay()
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 57 06: PUSH ES (i64) 58 07: POP ES (i64) 65 0e: PUSH CS (i64) 74 16: PUSH SS (i64) 75 17: POP SS (i64) 82 1e: PUSH DS (i64) 83 1f: POP DS (i64) 92 27: DAA (i64) 100 2f: DAS (i64) 109 37: AAA (i64) [all …]
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 57 06: PUSH ES (i64) 58 07: POP ES (i64) 65 0e: PUSH CS (i64) 74 16: PUSH SS (i64) 75 17: POP SS (i64) 82 1e: PUSH DS (i64) 83 1f: POP DS (i64) 92 27: DAA (i64) 100 2f: DAS (i64) 109 37: AAA (i64) [all …]
|
| /linux/rust/kernel/ |
| H A D | module_param.rs | 104 impl_int_module_param!(i64); 179 make_param_ops!(PARAM_OPS_I64, i64);
|
| H A D | num.rs | 76 i64: Signed,
|
| H A D | uaccess.rs | 328 *offset += read as i64; in read_slice_file() 521 *offset += written as i64; in write_slice_file()
|
| H A D | fmt.rs | 80 i64,
|
| /linux/arch/arm/crypto/ |
| H A D | ghash-ce-core.S | 145 vmov.i64 t3h, #0 181 vshl.i64 T1, XL, #57 182 vshl.i64 T2, XL, #62 184 vshl.i64 T2, XL, #63 363 vmov.i64 k16, #0xffff 364 vmov.i64 k32, #0xffffffff 365 vmov.i64 k48, #0xffffffffffff
|
| /linux/rust/ |
| H A D | ffi.rs | 44 c_longlong = i64;
|
| /linux/samples/rust/ |
| H A D | rust_minimal.rs | 14 test_parameter: i64 {
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-fau.h | 236 uint64_t i64; in cvmx_fau_tagwait_fetch_and_add64() member 239 result.i64 = in cvmx_fau_tagwait_fetch_and_add64()
|
| /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/rust/quote/ |
| H A D | to_tokens.rs | 144 impl ToTokens for i64 { implementation
|
| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 1133 i64_suffixed => i64, 1148 i64_unsuffixed => i64,
|
| H A D | fallback.rs | 995 i64_suffixed => i64, 1013 i64_unsuffixed => i64,
|
| H A D | wrapper.rs | 818 i64_suffixed => i64, 836 i64_unsuffixed => i64,
|
| /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 | 1167 struct m16e_i64 i64; member
|
| /linux/arch/mips/kernel/ |
| H A D | unaligned.c | 1276 switch (mips16inst.i64.func) { /* I64/RI64 func field check */ in emulate_load_store_MIPS16e()
|
| /linux/drivers/gpu/nova-core/gsp/fw/r570_144/ |
| H A D | bindings.rs | 44 pub const GSP_FW_WPR_META_MAGIC: i64 = -2577556379034558285;
|
| /linux/rust/syn/ |
| H A D | expr.rs | 4129 let mut lit = Literal::i64_unsuffixed(i64::from(self.index)); in to_tokens()
|