Searched refs:LOAD (Results 1 - 25 of 49) sorted by last modified time

12

/linux-master/arch/arm64/net/
H A Dbpf_jit.h61 #define A64_LDRB(Wt, Xn, Xm) A64_LS_REG(Wt, Xn, Xm, 8, LOAD)
64 #define A64_LDRH(Wt, Xn, Xm) A64_LS_REG(Wt, Xn, Xm, 16, LOAD)
67 #define A64_LDR32(Wt, Xn, Xm) A64_LS_REG(Wt, Xn, Xm, 32, LOAD)
70 #define A64_LDR64(Xt, Xn, Xm) A64_LS_REG(Xt, Xn, Xm, 64, LOAD)
78 #define A64_LDRBI(Wt, Xn, imm) A64_LS_IMM(Wt, Xn, imm, 8, LOAD)
81 #define A64_LDRHI(Wt, Xn, imm) A64_LS_IMM(Wt, Xn, imm, 16, LOAD)
84 #define A64_LDR32I(Wt, Xn, imm) A64_LS_IMM(Wt, Xn, imm, 32, LOAD)
87 #define A64_LDR64I(Xt, Xn, imm) A64_LS_IMM(Xt, Xn, imm, 64, LOAD)
103 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX)
/linux-master/arch/x86/events/intel/
H A Dds.c74 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
81 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
/linux-master/arch/powerpc/lib/
H A Dsstep.c2336 op->type = MKOP(LOAD, u, 4);
2341 op->type = MKOP(LOAD, u, 1);
2394 op->type = MKOP(LOAD, u, 8);
2415 op->type = MKOP(LOAD, u, 2);
2421 op->type = MKOP(LOAD, SIGNEXT | u, 4);
2427 op->type = MKOP(LOAD, SIGNEXT | u, 2);
2437 op->type = MKOP(LOAD, BYTEREV, 8);
2446 op->type = MKOP(LOAD, BYTEREV, 4);
2524 op->type = MKOP(LOAD, BYTEREV, 2);
2760 op->type = MKOP(LOAD,
[all...]
H A Dxor_vmx.c28 #define LOAD(V) \ macro
61 LOAD(v1);
62 LOAD(v2);
82 LOAD(v1);
83 LOAD(v2);
84 LOAD(v3);
108 LOAD(v1);
109 LOAD(v2);
110 LOAD(v3);
111 LOAD(v
[all...]
/linux-master/tools/perf/util/
H A Dmem-events.c373 l = scnprintf(out, sz, "LOAD");
613 if (op & P(OP, LOAD)) {
/linux-master/drivers/pwm/
H A Dpwm-stmpe.c90 #define LOAD BIT(14) /* Only available on 2403 */ macro
160 program[0] = LOAD | 0xff; /* LOAD 0xff */
168 program[0] = LOAD | 0x00; /* LOAD 0x00 */
179 * is high. With LOAD we can define how much of the cycle it
198 program[0] = LOAD | value;
/linux-master/arch/powerpc/kvm/
H A Demulate_loadstore.c103 case LOAD: {
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S320 fmovex (%a0),%fp0 | ...LOAD INPUT
486 fmovex (%a0),%fp0 | ...LOAD INPUT
496 fmovex (%a0),%fp0 | ...LOAD INPUT
/linux-master/arch/mips/lib/
H A Dmemcpy.S149 #define LOAD(reg, addr, handler) EXC(ld, LD_INSN, reg, addr, handler) define
186 #define LOAD(reg, addr, handler) EXC(lw, LD_INSN, reg, addr, handler) define
325 LOAD(t0, UNIT(0)(src), .Ll_exc\@)
326 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@)
327 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@)
328 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@)
330 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@)
331 LOAD(t7, UNIT(5)(src), .Ll_exc_copy\@)
334 LOAD(t0, UNIT(6)(src), .Ll_exc_copy\@)
335 LOAD(t
[all...]
H A Dcsum_partial.S43 #define LOAD ld define
50 #define LOAD lw define
76 LOAD _t0, (offset + UNIT(0))(src); \
77 LOAD _t1, (offset + UNIT(1))(src); \
78 LOAD _t2, (offset + UNIT(2))(src); \
79 LOAD _t3, (offset + UNIT(3))(src); \
367 #undef LOAD
372 #define LOAD(reg, addr) EXC(ld, LD_INSN, reg, addr) define
392 #define LOAD(reg, addr) EXC(lw, LD_INSN, reg, addr) define
472 LOAD(t
[all...]
/linux-master/arch/mips/cavium-octeon/
H A Docteon-memcpy.S84 #define LOAD ld define
187 EXC( LOAD t0, UNIT(0)(src), l_exc)
188 EXC( LOAD t1, UNIT(1)(src), l_exc_copy)
189 EXC( LOAD t2, UNIT(2)(src), l_exc_copy)
190 EXC( LOAD t3, UNIT(3)(src), l_exc_copy)
196 EXC( LOAD t0, UNIT(4)(src), l_exc_copy)
197 EXC( LOAD t1, UNIT(5)(src), l_exc_copy)
198 EXC( LOAD t2, UNIT(6)(src), l_exc_copy)
199 EXC( LOAD t3, UNIT(7)(src), l_exc_copy)
206 EXC( LOAD t
[all...]
/linux-master/arch/sparc/lib/
H A Dcsum_copy.S27 #ifndef LOAD
28 #define LOAD(type,addr,dest) type [addr], dest define
50 EX_LD(LOAD(ldub, %o0 + 0x00, %o4))
60 EX_LD(LOAD(lduh, %o0 + 0x00, %o5))
72 LOAD(prefetch, %o0 + 0x000, #n_reads)
78 LOAD(prefetch, %o0 + 0x040, #n_reads)
91 LOAD(prefetch, %o0 + 0x080, #n_reads)
94 LOAD(prefetch, %o0 + 0x0c0, #n_reads)
97 LOAD(prefetch, %o0 + 0x100, #n_reads)
105 LOAD(prefetc
[all...]
H A DU1memcpy.S42 #ifndef LOAD
43 #define LOAD(type,addr,dest) type [addr], dest define
284 EX_LD_FP(LOAD(ldub, %o1 + 0x00, %o3), U1_g1_1_fp)
296 EX_LD_FP(LOAD(ldd, %o1, %f4), U1_g2_0_fp)
297 1: EX_LD_FP(LOAD(ldd, %o1 + 0x8, %f6), U1_g2_0_fp)
305 EX_LD_FP(LOAD(ldd, %o1 + 0x8, %f4), U1_g2_0_fp)
550 93: EX_LD_FP(LOAD(ldd, %o1, %f2), U1_g3_0_fp)
557 EX_LD_FP(LOAD(ldd, %o1, %f0), U1_g3_0_fp)
568 1: EX_LD_FP(LOAD(ldub, %o1, %o3), U1_o2_0_fp)
587 1: EX_LD(LOAD(ld
[all...]
H A DNGmemcpy.S38 #ifndef LOAD
40 #define LOAD(type,addr,dest) type [addr], dest define
42 #define LOAD(type,addr,dest) type##a [addr] 0x80, dest define
202 LOAD(prefetch, %i1, #one_read)
212 EX_LD(LOAD(ldub, %i1, %g1), NG_ret_i2_plus_i4_plus_1)
266 LOAD(prefetch, %i1 + %i3, #one_read)
299 LOAD(prefetch, %i1 + %i3, #one_read)
341 LOAD(prefetch, %i1 + %o1, #one_read)
370 LOAD(prefetch, %i1 + %o1, #one_read)
408 EX_LD(LOAD(ld
[all...]
H A Dcsum_copy_from_user.S20 #define LOAD(type,addr,dest) type##a [addr] %asi, dest define
/linux-master/lib/zlib_inflate/
H A Dinflate.c185 #define LOAD() \ macro
359 LOAD();
583 LOAD();
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_inflate.h26 LOAD(); \
/linux-master/drivers/crypto/caam/
H A Ddesc_constr.h289 APPEND_CMD_PTR(load, LOAD)
332 APPEND_CMD_PTR_TO_IMM(load, LOAD);
389 APPEND_CMD_RAW_IMM(load, LOAD, u32);
406 APPEND_CMD_RAW_IMM2(load, LOAD, be, 32);
/linux-master/arch/powerpc/boot/
H A Dwrapper459 membase=`${CROSS}objdump -p "$kernel" | grep -m 1 LOAD | awk '{print $7}'`
/linux-master/arch/arm/mach-spear/
H A Dtime.c38 #define LOAD(x) ((x) * 0x80 + 0x88) macro
81 writew(0xFFFF, gpt_base + LOAD(CLKSRC));
133 writew(period, gpt_base + LOAD(CLKEVT));
162 writew(cycles, gpt_base + LOAD(CLKEVT));
/linux-master/arch/powerpc/perf/
H A Disa207-common.c347 dsrc->val |= P(OP, LOAD);
357 dsrc->val |= (val == 1) ? P(OP, LOAD) : P(OP, STORE);
/linux-master/arch/powerpc/include/asm/
H A Dsstep.h24 LOAD, /* load and store types need to be contiguous */ enumerator in enum:instruction_type
52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
54 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX)
117 /* For LOAD/STORE/LARX/STCX */
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c32 LOAD, enumerator in enum:access_type
123 type == LOAD ? "load" : "store", delta, stack_used, stack_high,
147 type == LOAD ? "load" : "store", delta, stack_used,
181 test_one_type(LOAD, page_size, rlimit.rlim_cur);
/linux-master/sound/pci/ice1712/
H A Dse.c127 const unsigned int LOAD = 0x040000; local
128 const unsigned int ALL_MASK = (DATA | CLOCK | LOAD);
155 bits |= LOAD;
/linux-master/arch/arm/nwfpe/
H A Dfpopcode.h213 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) macro

Completed in 375 milliseconds

12