H A D | bpf_jit_comp32.c | 189 emit(hppa_ldo(1 * HPPA_INSN_SIZE, HPPA_REG_T0, HPPA_REG_T0), ctx); in __build_epilogue() 190 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_T0, EXEC_NEXT_INSTR), ctx); in __build_epilogue() 438 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 439 emit(hppa_and(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i64() 444 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 445 emit(hppa_or(lo(rd), HPPA_REG_T0, lo(rd)), ctx); in emit_alu_i64() 450 emit_imm(HPPA_REG_T0, imm, ctx); in emit_alu_i64() 451 emit_hppa_xor(lo(rd), HPPA_REG_T0, lo(rd), ctx); in emit_alu_i64() local 453 emit_imm(HPPA_REG_T0, in emit_alu_i64() 454 emit_hppa_xor(hi(rd), HPPA_REG_T0, hi(rd), ctx); emit_alu_i64() local 543 emit_hppa_xor(lo(rd), HPPA_REG_T0, lo(rd), ctx); emit_alu_i32() local 770 emit(hppa_and(hi(rs1), hi(rs2), HPPA_REG_T0), ctx); emit_branch_r64() local 986 emit(hppa_sh2add(lo(idx_reg), lo(arr_reg), HPPA_REG_T0), ctx); emit_bpf_tail_call() local 1286 emit_hppa_copy(hi(rd), HPPA_REG_T0, ctx); bpf_jit_emit_insn() local [all...] |