Searched refs:BOP (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 2229 #define DO_VSHRN_SAT_UB(BOP, TOP, FN) \ argument 2230 DO_VSHRN_SAT(BOP, false, 1, uint8_t, 2, uint16_t, FN) \ 2233 #define DO_VSHRN_SAT_UH(BOP, TOP, FN) \ argument 2234 DO_VSHRN_SAT(BOP, false, 2, uint16_t, 4, uint32_t, FN) \ 2237 #define DO_VSHRN_SAT_SB(BOP, TOP, FN) \ argument 2238 DO_VSHRN_SAT(BOP, false, 1, int8_t, 2, int16_t, FN) \ 2241 #define DO_VSHRN_SAT_SH(BOP, TOP, FN) \ argument 2242 DO_VSHRN_SAT(BOP, false, 2, int16_t, 4, int32_t, FN) \ 2328 #define DO_VMOVN_SAT_UB(BOP, TOP, FN) \ argument 2329 DO_VMOVN_SAT(BOP, false, 1, uint8_t, 2, uint16_t, FN) \ [all …]
|
/openbmc/linux/drivers/pinctrl/cirrus/ |
H A D | pinctrl-lochnagar.c | 454 #define LN2_FUNC_GAI(ID, OP, BOP, LROP, RXOP, TXOP) \ argument 456 LN_FUNC(lochnagar2_##ID##_BCLK_pin.name, PIN, BOP), \
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 2106 #define ATOMIC_ALU_OP(BOP, KOP) \ in ___bpf_prog_run() argument 2107 case BOP: \ in ___bpf_prog_run() 2115 case BOP | BPF_FETCH: \ in ___bpf_prog_run()
|