Searched refs:JMPL (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 84 #define JMPL F3(2, 0x38) macro 238 *prog++ = (JMPL | IMMED | RS1(BASE) | S13(IMM_OFF) | RD(LREG))
|
H A D | bpf_jit_comp_64.c | 158 #define JMPL F3(2, 0x38) macro 844 emit(JMPL | IMMED | RS1(I7) | S13(8) | RD(G0), ctx); in build_epilogue() 891 emit(JMPL | IMMED | RS1(tmp) | S13(off) | RD(G0), ctx); in emit_tail_call()
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 220 #define JMPL (INSN_OP(2) | INSN_OP3(0x38)) 912 TCG_REG_T1, desti & 0xfff, JMPL); 976 tcg_out_arithi(s, TCG_REG_G0, TCG_REG_I1, 0, JMPL); 1261 tcg_out_arithi(s, TCG_REG_G0, TCG_REG_TB, 0, JMPL); 1299 tcg_out_arithi(s, TCG_REG_G0, a0, 0, JMPL);
|
/openbmc/qemu/target/sparc/ |
H A D | insns.decode | 274 JMPL 10 ..... 111000 ..... . ............. @r_r_ri
|
H A D | translate.c | 4270 TRANS(JMPL, ALL, do_add_special, a, do_jmpl) in TRANS() argument
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 876 "JMP r/m32","JMPL* r/m32","jmpl* r/m32","FF /4","V","N.S.","","operand32","r","Y","32"
|