Searched refs:HPPA_REG_R31 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit_comp64.c200 emit(hppa_ldil(addr, HPPA_REG_R31), ctx);
201 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx);
487 emit(hppa_ldil(addr, HPPA_REG_R31), ctx);
488 emit(hppa_ldo(im11(addr), HPPA_REG_R31, HPPA_REG_R31), ctx);
490 HPPA_REG_R31, HPPA_REG_RP), ctx);
493 HPPA_REG_R31, HPPA_REG_GP), ctx);
529 emit_imm(HPPA_REG_R31, func_addr, arg0, ctx);
531 HPPA_REG_R31, HPPA_REG_RP), ctx);
543 HPPA_REG_R31, HPPA_REG_G
[all...]
H A Dbpf_jit.h43 HPPA_REG_R31 = 31, enumerator in enum:__anon21
48 HPPA_REG_TCC_IN_INIT = HPPA_REG_R31,
52 HPPA_REG_TCC_IN_INIT = HPPA_REG_R31,
56 HPPA_REG_T1 = HPPA_REG_R31,
H A Dbpf_jit_comp32.c338 emit(hppa_ldil(func_addr, HPPA_REG_R31), ctx);
348 emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx);
377 emit(hppa_ldil(func_addr, HPPA_REG_R31), ctx);
387 emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, EXEC_NEXT_INSTR), ctx);
388 emit_hppa_copy(HPPA_REG_R31, HPPA_REG_RP, ctx);
417 emit(hppa_ldil(addr, HPPA_REG_R31), ctx);
418 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); // be,l,n addr(sr4,r31), %sr0, %r31
926 emit(hppa_ldil(addr, HPPA_REG_R31), ctx);
927 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, EXEC_NEXT_INSTR), ctx);
929 emit_hppa_copy(HPPA_REG_R31, HPPA_REG_R
[all...]

Completed in 265 milliseconds