Home
last modified time | relevance | path

Searched refs:SLL (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,imx6sll-pinctrl.txt1 * Freescale i.MX6 SLL IOMUX Controller
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dimx6sll-clock.yaml7 title: Freescale i.MX6 SLL Clock Controller
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c152 #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 Dbpf_jit_comp_32.c82 #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()
/openbmc/linux/arch/mips/lib/
H A Dcsum_partial.S383 #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 Dmemcpy.S159 #define SLL dsll macro
195 #define SLL sll macro
408 SLL rem, len, 3 # rem = number of bits to keep
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst215 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
/openbmc/qemu/target/mips/tcg/
H A Dmsa.decode97 SLL 011110 000.. ..... ..... ..... 001101 @3r
H A Dmsa_translate.c444 TRANS_DF_iii(SLL, trans_msa_3r, gen_helper_msa_sll);
H A Dnanomips_translate.c.inc3840 /* SLL */
/openbmc/linux/Documentation/arch/loongarch/
H A Dintroduction.rst248 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
/openbmc/linux/arch/mips/cavium-octeon/
H A Docteon-memcpy.S94 #define SLL dsll macro
/openbmc/qemu/disas/
H A Dnios2.c615 #define MATCH_R1_SLL MATCH_R1_OPX0 (SLL)
1634 #define MATCH_R2_SLL MATCH_R2_OPX0 (SLL)
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc815 C(0x8900, SLL, RS_a, Z, r1_o, sh, new, r1_32, sll, 0)