Searched refs:emit_or (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | inst.c | 274 emit_or(&insn, rd, rj, rk); in larch_insn_gen_or()
|
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | bpf_jit.c | 181 static inline void emit_or(unsigned int dst, unsigned int src1, in emit_or() function 192 emit_or(dst, src, r_tmp, ctx); in emit_ori() 1138 emit_or(r_A, r_tmp, r_tmp_imm, ctx); in build_body()
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 488 emit_or(rd, rd, rs, ctx); in bpf_jit_emit_insn() 656 emit_or(rd, rd, RV_REG_T1, ctx); in bpf_jit_emit_insn()
|
H A D | bpf_jit.h | 901 static inline void emit_or(u8 rd, u8 rs1, u8 rs2, struct rv_jit_context *ctx) in emit_or() function
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 1133 emit_or(rd, rd, rs, ctx); in bpf_jit_emit_insn() 1308 emit_or(rd, rd, RV_REG_T1, ctx); in bpf_jit_emit_insn()
|
H A D | bpf_jit.h | 1007 static inline void emit_or(u8 rd, u8 rs1, u8 rs2, struct rv_jit_context *ctx) in emit_or() function
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.h | 318 static inline void emit_or(union loongarch_instruction *insn, enum loongarch_gpr rd, in emit_or() function
|
Completed in 14 milliseconds