Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit.h915 emitc(rvc_jalr(rs), ctx); in emit_jalr()
917 emitc(rvc_jr(rs), ctx); in emit_jalr()
925 emitc(rvc_mv(rd, rs), ctx); in emit_mv()
933 emitc(rvc_add(rd, rs2), ctx); in emit_add()
941 emitc(rvc_addi16sp(imm), ctx); in emit_addi()
954 emitc(rvc_li(rd, imm), ctx); in emit_li()
962 emitc(rvc_lui(rd, imm), ctx); in emit_lui()
1002 emitc(rvc_sub(rd, rs2), ctx); in emit_sub()
1010 emitc(rvc_or(rd, rs2), ctx); in emit_or()
1018 emitc(rvc_and(rd, rs2), ctx); in emit_and()
[all …]