Searched refs:SDIV (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 334 …SDIV 0x3 1 dst = (src == 0) ? 0 : ((src == -1 && dst == LLONG_MIN) ? LLONG_MIN : (dst … 383 (``SDIV``, ``SMOD``, ``MOVSX``) have a non-zero 'offset'. 396 For signed operations (``SDIV`` and ``SMOD``), for ``ALU``,
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit.h | 270 #define A64_SDIV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, SDIV)
|
| /linux/drivers/clk/renesas/ |
| H A D | rzg2l-cpg.c | 52 #define SDIV(val) FIELD_GET(GENMASK(2, 0), val) macro 1093 16 + SDIV(val2)); in rzg2l_cpg_pll_clk_recalc_rate()
|