Home
last modified time | relevance | path

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

/arch/sparc/net/
Dbpf_jit_comp_64.c160 #define SRL F3(2, 0x26) macro
937 emit_alu3_K(SRL, src, 0, dst, ctx); in build_insn()
1022 emit_alu(SRL, src, dst, ctx); in build_insn()
1044 emit_alu_K(SRL, dst, 16, ctx); in build_insn()
1047 emit_alu_K(SRL, dst, 0, ctx); in build_insn()
1065 emit_alu3_K(SRL, dst, 8, dst, ctx); in build_insn()
1073 emit_alu3_K(SRL, dst, 24, tmp, ctx); /* tmp = dst >> 24 */ in build_insn()
1074 emit_alu3_K(SRL, dst, 16, tmp2, ctx); /* tmp2 = dst >> 16 */ in build_insn()
1078 emit_alu3_K(SRL, dst, 8, tmp2, ctx); /* tmp2 = dst >> 8 */ in build_insn()
1179 emit_alu_K(SRL, dst, imm, ctx); in build_insn()
[all …]
Dbpf_jit_comp_32.c83 #define SRL F3(2, 0x26) macro
437 emit_alu_X(SRL); in bpf_jit_compile()
440 emit_alu_K(SRL, K); in bpf_jit_compile()
529 emit_alu_K(SRL, 5); in bpf_jit_compile()
558 emit_alu_K(SRL, 12); in bpf_jit_compile()
/arch/mips/lib/
Dmemcpy.S157 #define SRL dsrl macro
194 #define SRL srl macro
313 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter
436 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
Dcsum_partial.S396 #define SRL dsrl macro
416 #define SRL srl macro
493 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter
631 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
/arch/mips/cavium-octeon/
Docteon-memcpy.S92 #define SRL dsrl macro
312 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter