Lines Matching refs:tmp3
853 const u8 tmp3 = bpf2a64[TMP_REG_3]; in emit_ll_sc_atomic() local
884 emit(A64_STXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic()
887 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic()
905 emit(A64_STLXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic()
908 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic()
914 emit(A64_STLXR(isdw, tmp2, reg, tmp3), ctx); in emit_ll_sc_atomic()
917 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic()
925 emit(A64_EOR(isdw, tmp3, r0, tmp2), ctx); in emit_ll_sc_atomic()
928 emit(A64_CBNZ(isdw, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic()
929 emit(A64_STLXR(isdw, src, reg, tmp3), ctx); in emit_ll_sc_atomic()
932 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in emit_ll_sc_atomic()
1209 const u8 tmp3 = bpf2a64[TMP_REG_3]; in build_insn() local
1758 emit(A64_ADD(1, tmp3, dst, arena_vm_base), ctx); in build_insn()
1759 dst = tmp3; in build_insn()