Home
last modified time | relevance | path

Searched refs:alu64 (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c15848 bool alu64 = BPF_CLASS(insn->code) == BPF_ALU64; in scalar_byte_swap() local
15856 /* Apply bswap if alu64 or switch between big-endian and little-endian machines */ in scalar_byte_swap()
15857 bool need_bswap = alu64 || (to_le == is_big_endian); in scalar_byte_swap()
15981 /* Calculate sign/unsigned bounds and tnum for alu32 and alu64 bit ops. in adjust_scalar_min_max_vals()
15983 * alu32 and alu64 sign/unsigned bounds independently this provides the in adjust_scalar_min_max_vals()
15991 * cross subreg boundaries in the alu64 case. When this happens we mark in adjust_scalar_min_max_vals()