Searched refs:r_tmp_imm (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit.c | 168 uasm_i_lui(&p, r_tmp_imm, (s32)imm >> 16); in emit_load_imm() 170 uasm_i_ori(&p, dst, r_tmp_imm, imm & 0xffff); in emit_load_imm() 432 emit_dsll(r_tmp_imm, r_tmp, 16, ctx); /* left shift by 16 */ in emit_load_func() 433 emit_ori(r_tmp, r_tmp_imm, (imm >> 16) & 0xffff, ctx); in emit_load_func() 434 emit_dsll(r_tmp_imm, r_tmp, 16, ctx); /* left shift by 16 */ in emit_load_func() 435 emit_ori(reg, r_tmp_imm, imm & 0xffff, ctx); in emit_load_func() 1094 emit_andi(r_tmp_imm, r_A, 0xff, ctx); in build_body() 1096 emit_sll(r_tmp, r_tmp_imm, 8, ctx); in build_body() 1098 emit_srl(r_tmp_imm, r_A, 8, ctx); in build_body() 1099 emit_andi(r_tmp_imm, r_tmp_imm, 0xff, ctx); in build_body() [all …]
|
D | bpf_jit.h | 63 #define r_tmp_imm MIPS_R_T6 /* No need to preserve this */ macro
|