Searched defs:ldst (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1253 updateLdStOffset(Instruction *ldst, int32_t offset, Function *fn) argument
1255 if (offset != ldst->getSrc(0)->reg.data.offset) {
1256 if (ldst->getSrc(0)->refCount() > 1)
1257 ldst->setSrc(0, cloneShallow(fn, ldst->getSrc(0)));
1258 ldst->getSrc(0)->reg.data.offset = offset;
1279 bool overlaps(const Instruction *ldst) const;
1283 inline void set(const Instruction *ldst);
1310 void addRecord(Instruction *ldst);
1456 MemoryOpt::Record::set(const Instruction *ldst) argument
1710 Instruction *ldst, *next; local
[all...]
H A Dnv50_ir_ra.cpp862 LValue *ldst = dst->asLValue(); local
865 ldst->compound = lsrc->compound;
866 ldst->compMask = lsrc->compMask;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1253 updateLdStOffset(Instruction *ldst, int32_t offset, Function *fn) argument
1255 if (offset != ldst->getSrc(0)->reg.data.offset) {
1256 if (ldst->getSrc(0)->refCount() > 1)
1257 ldst->setSrc(0, cloneShallow(fn, ldst->getSrc(0)));
1258 ldst->getSrc(0)->reg.data.offset = offset;
1279 bool overlaps(const Instruction *ldst) const;
1283 inline void set(const Instruction *ldst);
1310 void addRecord(Instruction *ldst);
1456 MemoryOpt::Record::set(const Instruction *ldst) argument
1710 Instruction *ldst, *next; local
[all...]
H A Dnv50_ir_ra.cpp862 LValue *ldst = dst->asLValue(); local
865 ldst->compound = lsrc->compound;
866 ldst->compMask = lsrc->compMask;
/external/opencv/ml/src/
H A Dmltree.cpp2555 CvPair32s32f *src, *ldst0, *rdst0, *ldst, *rdst; local
2562 ldst0 = ldst = data->get_ord_var_data(left, vi);
2573 ldst->i = rdst->i = idx;
2574 ldst->val = rdst->val = val;
2575 ldst += d^1;
2579 left->set_num_valid(vi, (int)(ldst - ldst0));
2588 ldst->i = rdst->i = idx;
2589 ldst->val = rdst->val = ord_nan;
2590 ldst += d^1;
2602 int *src, *ldst0, *rdst0, *ldst, *rds local
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c217 PPC_LD_ARGS = 0x00000008, // family: ldst
218 PPC_LDX_ARGS = 0x00000009, // family: ldst
219 PPC_ST_ARGS = 0x0000000A, // family: ldst
220 PPC_STX_ARGS = 0x0000000B, // family: ldst
221 PPC_STQ_ARGS = 0x0000000C, // family: ldst, two args, imm
222 PPC_LDQ_ARGS = 0x0000000D, // family: ldst, two args, imm
223 PPC_STQX_ARGS = 0x0000000E, // family: ldst, three args
224 PPC_LDQX_ARGS = 0x0000000F, // family: ldst, three_args
1068 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
1767 (type == PPC_LDST && !seln_flags.ldst) ||
[all...]
H A Djm-insns.c353 PPC_LD_ARGS = 0x00000008, // family: ldst
354 PPC_LDX_ARGS = 0x00000009, // family: ldst
355 PPC_ST_ARGS = 0x0000000A, // family: ldst
356 PPC_STX_ARGS = 0x0000000B, // family: ldst
7448 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
7479 (type == PPC_LDST && !seln_flags.ldst) ||
7632 flags.ldst = 0;
7660 flags.ldst = 1;
7727 flags.compare == 0 && flags.ldst == 0) {
7731 flags.ldst
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c217 PPC_LD_ARGS = 0x00000008, // family: ldst
218 PPC_LDX_ARGS = 0x00000009, // family: ldst
219 PPC_ST_ARGS = 0x0000000A, // family: ldst
220 PPC_STX_ARGS = 0x0000000B, // family: ldst
221 PPC_STQ_ARGS = 0x0000000C, // family: ldst, two args, imm
222 PPC_LDQ_ARGS = 0x0000000D, // family: ldst, two args, imm
223 PPC_STQX_ARGS = 0x0000000E, // family: ldst, three args
224 PPC_LDQX_ARGS = 0x0000000F, // family: ldst, three_args
1068 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
1767 (type == PPC_LDST && !seln_flags.ldst) ||
[all...]
H A Djm-insns.c353 PPC_LD_ARGS = 0x00000008, // family: ldst
354 PPC_LDX_ARGS = 0x00000009, // family: ldst
355 PPC_ST_ARGS = 0x0000000A, // family: ldst
356 PPC_STX_ARGS = 0x0000000B, // family: ldst
7448 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
7479 (type == PPC_LDST && !seln_flags.ldst) ||
7632 flags.ldst = 0;
7660 flags.ldst = 1;
7727 flags.compare == 0 && flags.ldst == 0) {
7731 flags.ldst
[all...]

Completed in 2116 milliseconds