Searched refs:EMIT6_PCREL (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/s390/net/ |
D | bpf_jit_comp.c | 242 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ macro 1148 EMIT6_PCREL(0xec000000, 0x0064, dst_reg, REG_W1, i, off, mask); in bpf_jit_insn() 1154 EMIT6_PCREL(0xec000000, 0x0065, dst_reg, REG_W1, i, off, mask); in bpf_jit_insn() 1158 EMIT6_PCREL(0xec000000, 0x0064, dst_reg, src_reg, i, off, mask); in bpf_jit_insn() 1162 EMIT6_PCREL(0xec000000, 0x0065, dst_reg, src_reg, i, off, mask); in bpf_jit_insn()
|