Lines Matching defs:rd
70 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy()
135 static void emit_imm32(u8 rd, s32 imm, struct hppa_jit_context *ctx) in emit_imm32()
160 static void emit_imm(u8 rd, s64 imm, u8 tmpreg, struct hppa_jit_context *ctx) in emit_imm()
248 static int emit_branch(u8 op, u8 rd, u8 rs, signed long paoff, in emit_branch()
407 static void init_regs(u8 *rd, u8 *rs, const struct bpf_insn *insn, in init_regs()
428 static void emit_zext_32_rd_rs(u8 *rd, u8 *rs, struct hppa_jit_context *ctx) in emit_zext_32_rd_rs()
436 static void emit_sext_32_rd_rs(u8 *rd, u8 *rs, struct hppa_jit_context *ctx) in emit_sext_32_rd_rs()
444 static void emit_zext_32_rd_t1(u8 *rd, struct hppa_jit_context *ctx) in emit_zext_32_rd_t1()
451 static void emit_sext_32_rd(u8 *rd, struct hppa_jit_context *ctx) in emit_sext_32_rd()
554 static void emit_store(const s8 rd, const s8 rs, s16 off, in emit_store()
600 u8 rd = -1, rs = -1, code = insn->code; in bpf_jit_emit_insn() local