| /linux/include/math-emu/ |
| H A D | op-common.h | 28 _FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \ 38 switch (X##_e) \ 43 X##_e -= _FP_EXPBIAS_##fs; \ 57 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \ 94 X##_e += _FP_EXPBIAS_##fs; \ 95 if (X##_e > 0) \ 101 X##_e++; \ 104 if (X##_e >= _FP_EXPMAX_##fs) \ 122 X##_e = _FP_EXPMAX_##fs; \ 128 X##_e = _FP_EXPMAX_##fs - 1; \ [all …]
|
| H A D | op-1.h | 80 X##_e = _flo.bits.exp; \ 90 X##_e = _flo->bits.exp; \ 103 _flo.bits.exp = X##_e; \ 115 _flo->bits.exp = X##_e; \ 193 ? R##_e--, _FP_WFRACBITS_##fs \ 214 R##_e--; \ 233 R##_e--; \
|
| H A D | op-2.h | 186 X##_e = _flo.bits.exp; \ 197 X##_e = _flo->bits.exp; \ 212 _flo.bits.exp = X##_e; \ 225 _flo->bits.exp = X##_e; \ 434 R##_e--; \ 498 R##_e++; \
|
| H A D | op-4.h | 191 X##_e = _flo.bits.exp; \ 204 X##_e = _flo->bits.exp; \ 215 _flo.bits.exp = X##_e; \ 229 _flo->bits.exp = X##_e; \ 242 _FP_FRAC_DECL_2(_d); _FP_FRAC_DECL_2(_e); _FP_FRAC_DECL_2(_f); \ 366 R##_e--; \
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv7-neon.S | 51 #define _e r8 macro 316 ldm RSTATE, {_a-_e}; 327 _R( _a, _b, _c, _d, _e, F1, 0, 330 _R( _e, _a, _b, _c, _d, F1, 1, 333 _R( _d, _e, _a, _b, _c, F1, 2, 336 _R( _c, _d, _e, _a, _b, F1, 3, 342 _R( _b, _c, _d, _e, _a, F1, 4, 345 _R( _a, _b, _c, _d, _e, F1, 5, 348 _R( _e, _a, _b, _c, _d, F1, 6, 351 _R( _d, _e, _a, _b, _c, F1, 7, [all …]
|
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 90 trace_buf->data[4] = (u64)(unsigned long)_e; \
|
| /linux/rust/syn/ |
| H A D | macros.rs | 126 ($($arms)* $(#[cfg $cfg_attr])* $name::$variant(_e) => _e.to_tokens($tokens),)
|
| /linux/fs/afs/ |
| H A D | vl_probe.c | 150 struct afs_error *_e) in afs_do_probe_vlserver() argument 188 afs_prioritise_error(_e, call->error, call->abort_code); in afs_do_probe_vlserver() 192 afs_prioritise_error(_e, PTR_ERR(call), 0); in afs_do_probe_vlserver()
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 3941 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 3946 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) } argument 3947 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 3948 #define II(_f, _e, _i) \ argument 3949 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i } 3950 #define IIP(_f, _e, _i, _p) \ argument 3951 { .flags = (_f)|Intercept|CheckPerm, .u.execute = (_e), \ 3957 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) argument 3958 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) argument 3959 #define I2bvIP(_f, _e, _i, _p) \ argument [all …]
|
| /linux/drivers/clk/nxp/ |
| H A D | clk-lpc32xx.c | 1172 #define LPC32XX_DEFINE_CLK(_idx, _reg, _e, _em, _d, _dm, _b, _bm, _ops) \ argument 1181 .enable = (_e), \ 1193 #define LPC32XX_DEFINE_USB(_idx, _ce, _cd, _cm, _e, _b, _ops) \ argument 1204 .enable = (_e), \
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | ath5k.h | 932 #define AR5K_ASSERT_ENTRY(_e, _s) do { \ argument 933 if (_e >= _s) \
|
| /linux/kernel/trace/ |
| H A D | trace.h | 2278 struct ftrace_graph_ent_entry *_e = e; \ 2284 _re = (typeof(_re))_e; \ 2287 _args = _e->args; \
|