Searched refs:SLL (Results 1 – 12 of 12) sorted by relevance
/openbmc/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()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | fsl,imx6sll-pinctrl.txt | 1 * Freescale i.MX6 SLL IOMUX Controller
|
/openbmc/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
|
/openbmc/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
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa.decode | 97 SLL 011110 000.. ..... ..... ..... 001101 @3r
|
H A D | msa_translate.c | 444 TRANS_DF_iii(SLL, trans_msa_3r, gen_helper_msa_sll);
|
H A D | nanomips_translate.c.inc | 3812 /* SLL */
|
/openbmc/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
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 94 #define SLL dsll macro
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 820 C(0x8900, SLL, RS_a, Z, r1_o, sh, new, r1_32, sll, 0)
|