Lines Matching refs:tmp1

424 	const s8 *tmp1 = regmap[TMP_REG_1];  in emit_alu_i64()  local
428 rd = bpf_get_reg64_ref(dst, tmp1, false, ctx); in emit_alu_i64()
430 rd = bpf_get_reg64(dst, tmp1, ctx); in emit_alu_i64()
512 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i32() local
513 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32()
516 rd = bpf_get_reg32_ref(dst, tmp1, ctx); in emit_alu_i32()
518 rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32()
567 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r64() local
573 rd = bpf_get_reg64_ref(dst, tmp1, false, ctx); in emit_alu_r64()
575 rd = bpf_get_reg64(dst, tmp1, ctx); in emit_alu_r64()
635 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r32() local
641 rd = bpf_get_reg32_ref(dst, tmp1, ctx); in emit_alu_r32()
643 rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_r32()
703 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_branch_r64() local
706 const s8 *rs1 = bpf_get_reg64(src1, tmp1, ctx); in emit_branch_r64()
870 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_branch_r32() local
873 const s8 *rs1 = bpf_get_reg32(src1, tmp1, ctx); in emit_branch_r32()
1009 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_load_r64() local
1011 const s8 *rd = bpf_get_reg64_ref(dst, tmp1, ctx->prog->aux->verifier_zext, ctx); in emit_load_r64()
1056 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_store_r64() local
1058 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in emit_store_r64()
1109 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_zext64() local
1111 rd = bpf_get_reg64(dst, tmp1, ctx); in emit_zext64()
1128 const s8 *tmp1 = regmap[TMP_REG_1]; in bpf_jit_emit_insn() local
1245 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in bpf_jit_emit_insn()
1271 const s8 *rd = bpf_get_reg64(dst, tmp1, ctx); in bpf_jit_emit_insn()
1406 const s8 *rd = bpf_get_reg64_ref(dst, tmp1, false, ctx); in bpf_jit_emit_insn()