Searched refs:EMIT6_PCREL (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/s390/net/ |
D | bpf_jit_comp.c | 226 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ macro 1037 EMIT6_PCREL(0xec000000, 0x0064, dst_reg, REG_W1, i, off, mask); in bpf_jit_insn() 1043 EMIT6_PCREL(0xec000000, 0x0065, dst_reg, REG_W1, i, off, mask); in bpf_jit_insn() 1047 EMIT6_PCREL(0xec000000, 0x0064, dst_reg, src_reg, i, off, mask); in bpf_jit_insn() 1051 EMIT6_PCREL(0xec000000, 0x0065, dst_reg, src_reg, i, off, mask); in bpf_jit_insn()
|