Searched refs:LD64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 169 #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() 1410 emit(LD64 | RS1(tmp) | RS2(G0) | RD(tmp2), ctx); in build_insn()
|
H A D | bpf_jit_comp_32.c | 93 #define LD64 F3(3, 0x0b) macro 102 #define LD64I (LD64 | IMMED)
|
/kernel/linux/linux-6.6/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 169 #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 D | bpf_jit_comp_32.c | 93 #define LD64 F3(3, 0x0b) macro 102 #define LD64I (LD64 | IMMED)
|
Completed in 7 milliseconds