Lines Matching refs:tmp2
158 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_prologue() local
193 emit(A64_PUSH(tmp1, tmp2, A64_SP), ctx); in build_prologue()
218 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_epilogue() local
228 emit(A64_POP(tmp1, tmp2, A64_SP), ctx); in build_epilogue()
253 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_insn() local
440 emit_a64_mov_i(is64, tmp2, imm, ctx); in build_insn()
441 emit(A64_UDIV(is64, tmp, dst, tmp2), ctx); in build_insn()
442 emit(A64_MUL(is64, tmp, tmp, tmp2), ctx); in build_insn()
595 emit_a64_mov_i(1, tmp2, off, ctx); in build_insn()
599 emit(A64_STR32(tmp, dst, tmp2), ctx); in build_insn()
602 emit(A64_STRH(tmp, dst, tmp2), ctx); in build_insn()
605 emit(A64_STRB(tmp, dst, tmp2), ctx); in build_insn()
608 emit(A64_STR64(tmp, dst, tmp2), ctx); in build_insn()