Lines Matching defs:tmp2
433 const u8 tmp2 = bpf2a64[TMP_REG_2];
629 emit_a64_mov_i(is64, tmp2, imm, ctx);
630 emit(A64_UDIV(is64, tmp, dst, tmp2), ctx);
631 emit(A64_MSUB(is64, dst, dst, tmp, tmp2), ctx);
851 emit_a64_mov_i(1, tmp2, off, ctx);
855 emit(A64_STR32(tmp, dst, tmp2), ctx);
858 emit(A64_STRH(tmp, dst, tmp2), ctx);
861 emit(A64_STRB(tmp, dst, tmp2), ctx);
864 emit(A64_STR64(tmp, dst, tmp2), ctx);
905 emit(A64_LDXR(isdw, tmp2, reg), ctx);
906 emit(A64_ADD(isdw, tmp2, tmp2, src), ctx);
907 emit(A64_STXR(isdw, tmp2, reg, tmp3), ctx);