Searched refs:SLL (Results 1 – 5 of 5) sorted by relevance
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 156 #define SLL F3(2, 0x25) macro 903 emit_alu3_K(SLL, bpf_index, 3, tmp, ctx); in emit_tail_call() 1016 emit_alu(SLL, src, dst, ctx); in build_insn() 1043 emit_alu_K(SLL, dst, 16, ctx); in build_insn() 1067 emit_alu3_K(SLL, tmp, 8, tmp, ctx); in build_insn() 1076 emit_alu3_K(SLL, tmp2, 8, tmp2, ctx); /* tmp2 = tmp2 << 8 */ in build_insn() 1080 emit_alu3_K(SLL, tmp2, 16, tmp2, ctx); /* tmp2 = tmp2 << 16 */ in build_insn() 1083 emit_alu3_K(SLL, dst, 24, dst, ctx); /* dst = dst << 24 */ in build_insn() 1173 emit_alu_K(SLL, dst, imm, ctx); in build_insn()
|
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()
|
/arch/mips/lib/ |
D | memcpy.S | 159 #define SLL dsll macro 195 #define SLL sll macro 404 SLL rem, len, 3 # rem = number of bits to keep
|
D | csum_partial.S | 397 #define SLL dsll macro 417 #define SLL sll macro 593 SLL rem, len, 3 # rem = number of bits to keep 620 SLL t4, t1, 3 # t4 = number of bits to discard
|
/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 94 #define SLL dsll macro
|