Searched refs:imm_lo (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp32.c | 136 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64() argument 139 emit_imm(lo(rd), imm_lo, ctx); in emit_imm64() 1234 s32 imm_lo = imm; in bpf_jit_emit_insn() local 1238 emit_imm64(rd, imm_hi, imm_lo, ctx); in bpf_jit_emit_insn()
|
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_comp32.c | 170 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64() argument 174 emit_imm(lo(rd), imm_lo, ctx); in emit_imm64()
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 2582 u32 imm_lo, imm_hi; in imm_ld8_part2() local 2586 imm_lo = prev->insn.imm; in imm_ld8_part2() 2589 wrp_immed(nfp_prog, reg_both(dst), imm_lo); in imm_ld8_part2() 2592 if (imm_hi == imm_lo) in imm_ld8_part2()
|