Lines Matching refs:bpf2a32

148 static const s8 bpf2a32[][2] = {  variable
480 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_udivmod()
608 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_i()
620 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_i64()
721 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_alu_r()
735 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_alu_r64()
736 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_alu_r64()
765 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_r()
787 const u8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_r64()
804 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_alu_i()
831 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_neg64()
847 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_lsh_r64()
848 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_lsh_r64()
871 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_arsh_r64()
872 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_arsh_r64()
896 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_rsh_r64()
897 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_rsh_r64()
920 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_lsh_i64()
921 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_lsh_i64()
946 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_rsh_i64()
947 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_rsh_i64()
976 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_arsh_i64()
977 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_arsh_i64()
1005 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mul_r64()
1006 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_a32_mul_r64()
1048 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_str_r()
1083 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_ldx_r()
1172 const s8 *r2 = bpf2a32[BPF_REG_2]; in emit_bpf_tail_call()
1173 const s8 *r3 = bpf2a32[BPF_REG_3]; in emit_bpf_tail_call()
1174 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_bpf_tail_call()
1175 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_bpf_tail_call()
1176 const s8 *tcc = bpf2a32[TCALL_CNT]; in emit_bpf_tail_call()
1252 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_rev16()
1267 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_rev32()
1289 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in emit_push_r64()
1301 const s8 arm_r0 = bpf2a32[BPF_REG_0][1]; in build_prologue()
1302 const s8 *bpf_r1 = bpf2a32[BPF_REG_1]; in build_prologue()
1303 const s8 *bpf_fp = bpf2a32[BPF_REG_FP]; in build_prologue()
1304 const s8 *tcc = bpf2a32[TCALL_CNT]; in build_prologue()
1366 const s8 *dst = bpf2a32[insn->dst_reg]; in build_insn()
1367 const s8 *src = bpf2a32[insn->src_reg]; in build_insn()
1368 const s8 *tmp = bpf2a32[TMP_REG_1]; in build_insn()
1369 const s8 *tmp2 = bpf2a32[TMP_REG_2]; in build_insn()
1796 const s8 *r0 = bpf2a32[BPF_REG_0]; in build_insn()
1797 const s8 *r1 = bpf2a32[BPF_REG_1]; in build_insn()
1798 const s8 *r2 = bpf2a32[BPF_REG_2]; in build_insn()
1799 const s8 *r3 = bpf2a32[BPF_REG_3]; in build_insn()
1800 const s8 *r4 = bpf2a32[BPF_REG_4]; in build_insn()
1801 const s8 *r5 = bpf2a32[BPF_REG_5]; in build_insn()