Home
last modified time | relevance | path

Searched refs:r_tmp_imm (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/mips/net/
Dbpf_jit.c98 #define r_tmp_imm MIPS_R_T6 /* No need to preserve this */ macro
203 uasm_i_lui(&p, r_tmp_imm, (s32)imm >> 16); in emit_load_imm()
205 uasm_i_ori(&p, dst, r_tmp_imm, imm & 0xffff); in emit_load_imm()
467 emit_dsll(r_tmp_imm, r_tmp, 16, ctx); /* left shift by 16 */ in emit_load_func()
468 emit_ori(r_tmp, r_tmp_imm, (imm >> 16) & 0xffff, ctx); in emit_load_func()
469 emit_dsll(r_tmp_imm, r_tmp, 16, ctx); /* left shift by 16 */ in emit_load_func()
470 emit_ori(reg, r_tmp_imm, imm & 0xffff, ctx); in emit_load_func()
1218 emit_andi(r_tmp_imm, r_A, 0xff, ctx); in build_body()
1220 emit_sll(r_tmp, r_tmp_imm, 8, ctx); in build_body()
1222 emit_srl(r_tmp_imm, r_A, 8, ctx); in build_body()
[all …]