Searched refs:emit_jit_reg_move (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/mips/net/ |
H A D | bpf_jit.c | 119 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx); 283 emit_jit_reg_move(dst, r_zero, ctx); emit_sll() 300 emit_jit_reg_move(dst, r_zero, ctx); emit_srl() 448 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) emit_jit_reg_move() function 627 emit_jit_reg_move(r_X, r_zero, ctx); build_prologue() 631 emit_jit_reg_move(r_A, r_zero, ctx); build_prologue() 834 emit_jit_reg_move(r_A, r_zero, ctx); build_body() 969 emit_jit_reg_move(r_s0, r_X, build_body() 1072 emit_jit_reg_move(r_X, r_A, ctx); build_body() 1077 emit_jit_reg_move(r_A, r_X, ctx); build_body()
|
Completed in 94 milliseconds