Lines Matching refs:off

226 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask)		\  argument
229 int rel = (addrs[i + off + 1] - (addrs[i + 1] - 6)) / 2;\
289 u32 off = 72 + (rs - 6) * 8; in save_regs() local
293 _EMIT6(0xe300f000 | rs << 20 | off, 0x0024); in save_regs()
296 _EMIT6_DISP(0xeb00f000 | rs << 20 | re << 16, 0x0024, off); in save_regs()
304 u32 off = 72 + (rs - 6) * 8; in restore_regs() local
307 off += STK_OFF; in restore_regs()
311 _EMIT6(0xe300f000 | rs << 20 | off, 0x0004); in restore_regs()
314 _EMIT6_DISP(0xeb00f000 | rs << 20 | re << 16, 0x0004, off); in restore_regs()
462 s16 off = insn->off; in bpf_jit_insn() local
849 EMIT6_DISP_LH(0xe3000000, 0x0072, src_reg, dst_reg, REG_0, off); in bpf_jit_insn()
854 EMIT6_DISP_LH(0xe3000000, 0x0070, src_reg, dst_reg, REG_0, off); in bpf_jit_insn()
859 EMIT6_DISP_LH(0xe3000000, 0x0050, src_reg, dst_reg, REG_0, off); in bpf_jit_insn()
864 EMIT6_DISP_LH(0xe3000000, 0x0024, src_reg, dst_reg, REG_0, off); in bpf_jit_insn()
871 EMIT6_DISP_LH(0xe3000000, 0x0072, REG_W0, dst_reg, REG_0, off); in bpf_jit_insn()
878 EMIT6_DISP_LH(0xe3000000, 0x0070, REG_W0, dst_reg, REG_0, off); in bpf_jit_insn()
885 EMIT6_DISP_LH(0xe3000000, 0x0050, REG_W0, dst_reg, REG_0, off); in bpf_jit_insn()
892 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_W0, dst_reg, REG_0, off); in bpf_jit_insn()
901 dst_reg, off); in bpf_jit_insn()
907 dst_reg, off); in bpf_jit_insn()
915 EMIT6_DISP_LH(0xe3000000, 0x0090, dst_reg, src_reg, REG_0, off); in bpf_jit_insn()
920 EMIT6_DISP_LH(0xe3000000, 0x0091, dst_reg, src_reg, REG_0, off); in bpf_jit_insn()
926 EMIT6_DISP_LH(0xe3000000, 0x0016, dst_reg, src_reg, REG_0, off); in bpf_jit_insn()
931 EMIT6_DISP_LH(0xe3000000, 0x0004, dst_reg, src_reg, REG_0, off); in bpf_jit_insn()
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()
1055 jmp_off = addrs[i + off + 1] - (addrs[i + 1] - 4); in bpf_jit_insn()