Searched refs:SLL (Results 1 – 8 of 8) sorted by relevance
/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 152 #define SLL F3(2, 0x25) macro 877 emit_alu3_K(SLL, bpf_index, 3, tmp, ctx); in emit_tail_call() 975 emit_alu(SLL, src, dst, ctx); in build_insn() 1004 emit_alu_K(SLL, dst, 16, ctx); in build_insn() 1031 emit_alu3_K(SLL, tmp, 8, tmp, ctx); in build_insn() 1042 emit_alu3_K(SLL, tmp2, 8, tmp2, ctx); /* tmp2 = tmp2 << 8 */ in build_insn() 1046 emit_alu3_K(SLL, tmp2, 16, tmp2, ctx); /* tmp2 = tmp2 << 16 */ in build_insn() 1049 emit_alu3_K(SLL, dst, 24, dst, ctx); /* dst = dst << 24 */ in build_insn() 1143 emit_alu_K(SLL, dst, imm, ctx); in build_insn()
|
H A D | bpf_jit_comp_32.c | 82 #define SLL F3(2, 0x25) macro 431 emit_alu_X(SLL); in bpf_jit_compile() 434 emit_alu_K(SLL, K); in bpf_jit_compile()
|
/linux/arch/mips/lib/ |
H A D | csum_partial.S | 383 #define SLL dsll macro 403 #define SLL sll macro 566 SLL rem, len, 3 # rem = number of bits to keep 593 SLL t4, t1, 3 # t4 = number of bits to discard
|
H A D | memcpy.S | 159 #define SLL dsll macro 195 #define SLL sll macro 408 SLL rem, len, 3 # rem = number of bits to keep
|
/linux/Documentation/translations/zh_TW/arch/loongarch/ |
H A D | introduction.rst | 215 SLL.W SRL.W SRA.W ROTR.W SLLI.W SRLI.W SRAI.W ROTRI.W 216 SLL.D SRL.D SRA.D ROTR.D SLLI.D SRLI.D SRAI.D ROTRI.D
|
/linux/Documentation/translations/zh_CN/arch/loongarch/ |
H A D | introduction.rst | 215 SLL.W SRL.W SRA.W ROTR.W SLLI.W SRLI.W SRAI.W ROTRI.W 216 SLL.D SRL.D SRA.D ROTR.D SLLI.D SRLI.D SRAI.D ROTRI.D
|
/linux/Documentation/arch/loongarch/ |
H A D | introduction.rst | 248 SLL.W SRL.W SRA.W ROTR.W SLLI.W SRLI.W SRAI.W ROTRI.W 249 SLL.D SRL.D SRA.D ROTR.D SLLI.D SRLI.D SRAI.D ROTRI.D
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 94 #define SLL dsll macro
|