Home
last modified time | relevance | path

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

/arch/sparc/net/
Dbpf_jit_comp_32.c90 #define LD32 F3(3, 0x00) macro
96 #define LDPTR LD32
99 #define LD32I (LD32 | IMMED)
Dbpf_jit_comp_64.c170 #define LD32 F3(3, 0x00) macro
186 #define LD32I (LD32 | IMMED)
886 emit(LD32 | IMMED | RS1(bpf_array) | S13(off) | RD(tmp), ctx); in emit_tail_call()
893 emit(LD32 | IMMED | RS1(SP) | S13(off) | RD(tmp), ctx); in emit_tail_call()
1297 opcode = LD32; in build_insn()
1414 emit(LD32 | RS1(tmp) | RS2(G0) | RD(tmp2), ctx); in build_insn()