Searched refs:REG_W1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/s390/net/ |
D | bpf_jit_comp.c | 58 #define REG_W1 (__MAX_BPF_REG+1) /* Work register 2 (odd) */ macro 89 [REG_W1] = 1, 389 EMIT4(0xb9040000, REG_W1, REG_15); in bpf_jit_prologue() 396 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_W1, REG_0, in bpf_jit_prologue() 406 EMIT6_DISP_LH(0xe3000000, 0x0016, REG_W1, REG_0, BPF_REG_1, in bpf_jit_prologue() 409 EMIT4_DISP(0x5b000000, REG_W1, BPF_REG_1, in bpf_jit_prologue() 412 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_W1, REG_0, REG_15, in bpf_jit_prologue() 580 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn() 590 EMIT2(0x1800, REG_W1, dst_reg); in bpf_jit_insn() 600 int rc_reg = BPF_OP(insn->code) == BPF_DIV ? REG_W1 : REG_W0; in bpf_jit_insn() [all …]
|