Searched refs:r_A (Results 1 – 3 of 3) sorted by relevance
| /arch/sparc/net/ |
| A D | bpf_jit_comp_32.c | 113 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \ 140 *prog++ = OPCODE | RS1(r_A) | RS2(r_X) | RD(r_A); \ 161 _insn |= RS1(r_A) | RD(r_A); \ 471 emit_clear(r_A); in bpf_jit_compile() 490 emit_clear(r_A); in bpf_jit_compile() 528 emit_andi(r_A, PKT_TYPE_MAX, r_A); in bpf_jit_compile() 533 emit_cmpi(r_A, 0); in bpf_jit_compile() 536 emit_load32(r_A, struct net_device, ifindex, r_A); in bpf_jit_compile() 546 emit_cmpi(r_A, 0); in bpf_jit_compile() 549 emit_load16(r_A, struct net_device, type, r_A); in bpf_jit_compile() [all …]
|
| A D | bpf_jit_asm_32.S | 29 ld [r_TMP], r_A 41 or r_OFF, r_TMP2, r_A 58 lduh [r_TMP], r_A 64 or r_OFF, r_TMP2, r_A 77 ldub [r_SKB_DATA + r_OFF], r_A 107 ld [%sp + SCRATCH_OFF], r_A 113 lduh [%sp + SCRATCH_OFF], r_A 119 ldub [%sp + SCRATCH_OFF], r_A 154 ld [r_TMP], r_A 168 lduh [r_TMP], r_A [all …]
|
| A D | bpf_jit_32.h | 34 #define r_A O1 macro 59 #define r_A %o1 macro
|
Completed in 7 milliseconds