Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c169 #define LD64 F3(3, 0x0b) macro
179 #define LDPTR LD64
185 #define LD64I (LD64 | IMMED)
880 emit(LD64 | IMMED | RS1(tmp) | S13(off) | RD(tmp), ctx); in emit_tail_call()
888 emit(LD64 | IMMED | RS1(tmp) | S13(off) | RD(tmp), ctx); in emit_tail_call()
1274 opcode = LD64; in build_insn()
1286 if (opcode != LD64 && insn_is_zext(&insn[1])) in build_insn()
1421 emit(LD64 | RS1(tmp) | RS2(G0) | RD(tmp2), ctx); in build_insn()
H A Dbpf_jit_comp_32.c93 #define LD64 F3(3, 0x0b) macro
102 #define LD64I (LD64 | IMMED)