HomeSort by relevance Sort by last modified time
    Searched refs:isLoad (Results 1 - 25 of 47) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.cpp 265 void ARMAssembler::dataTransfer32(bool isLoad, RegisterID srcDst, RegisterID base, int32_t offset, bool bytes)
270 dtr_u(isLoad, srcDst, base, offset | transferFlag);
273 dtr_u(isLoad, srcDst, ARMRegisters::S0, (offset & 0xfff) | transferFlag);
276 dtr_ur(isLoad, srcDst, base, ARMRegisters::S0 | transferFlag);
281 dtr_d(isLoad, srcDst, base, offset | transferFlag);
284 dtr_d(isLoad, srcDst, ARMRegisters::S0, (offset & 0xfff) | transferFlag);
287 dtr_dr(isLoad, srcDst, base, ARMRegisters::S0 | transferFlag);
292 void ARMAssembler::baseIndexTransfer32(bool isLoad, RegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset)
301 dtr_u(isLoad, srcDst, ARMRegisters::S0, offset);
306 dtr_d(isLoad, srcDst, ARMRegisters::S0, -offset)
    [all...]
ARMAssembler.h 490 void dtr_u(bool isLoad, int rd, int rb, ARMWord op2, Condition cc = AL)
492 emitInst(static_cast<ARMWord>(cc) | DTR | (isLoad ? DT_LOAD : 0) | DT_UP, rd, rb, op2);
495 void dtr_ur(bool isLoad, int rd, int rb, int rm, Condition cc = AL)
497 emitInst(static_cast<ARMWord>(cc) | DTR | (isLoad ? DT_LOAD : 0) | DT_UP | OP2_OFSREG, rd, rb, rm);
500 void dtr_d(bool isLoad, int rd, int rb, ARMWord op2, Condition cc = AL)
502 emitInst(static_cast<ARMWord>(cc) | DTR | (isLoad ? DT_LOAD : 0), rd, rb, op2);
505 void dtr_dr(bool isLoad, int rd, int rb, int rm, Condition cc = AL)
507 emitInst(static_cast<ARMWord>(cc) | DTR | (isLoad ? DT_LOAD : 0) | OP2_OFSREG, rd, rb, rm);
530 void fdtr_u(bool isLoad, int rd, int rb, ARMWord op2, Condition cc = AL)
533 emitInst(static_cast<ARMWord>(cc) | FDTR | DT_UP | (isLoad ? DT_LOAD : 0), rd, rb, op2)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 64 bool &isLoad, bool &isStore);
PPCHazardRecognizers.cpp 69 bool &isLoad, bool &isStore) {
71 isFirst = isSingle = isCracked = isLoad = isStore = false;
78 isLoad = MCID.mayLoad();
129 bool isFirst, isSingle, isCracked, isLoad, isStore;
132 isLoad, isStore);
171 if (isLoad && NumStores) {
228 bool isFirst, isSingle, isCracked, isLoad, isStore;
231 isLoad, isStore);
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp 30 void checkLocation(SVal l, bool isLoad, CheckerContext &C) const;
34 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad,
DereferenceChecker.cpp 32 void checkLocation(SVal location, bool isLoad, CheckerContext &C) const;
68 void DereferenceChecker::checkLocation(SVal l, bool isLoad,
180 ImplicitNullDerefEvent event = { l, isLoad, N, &C.getBugReporter() };
NSErrorChecker.cpp 156 void checkLocation(SVal loc, bool isLoad, CheckerContext &C) const;
209 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad,
211 if (!isLoad)
246 if (event.IsLoad)
ArrayBoundCheckerV2.cpp 37 void checkLocation(SVal l, bool isLoad, CheckerContext &C) const;
81 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad,
ObjCSelfInitChecker.cpp 79 void checkLocation(SVal location, bool isLoad, CheckerContext &C) const;
296 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad,
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 49 private boolean isLoad;
146 isLoad = true;
151 isLoad = false;
156 isLoad = true;
161 isLoad = false;
187 if (!isLoad)
199 if (isLoad)
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 657 Bool isLoad;
663 Bool isLoad;
670 Bool isLoad;
728 Bool isLoad;
734 Bool isLoad;
854 Bool isLoad;
859 Bool isLoad;
913 extern ARMInstr* ARMInstr_LdSt32 ( Bool isLoad, HReg, ARMAMode1* );
914 extern ARMInstr* ARMInstr_LdSt16 ( Bool isLoad, Bool signedLoad,
916 extern ARMInstr* ARMInstr_LdSt8U ( Bool isLoad, HReg, ARMAMode1* )
    [all...]
host_x86_defs.h 521 Bool isLoad;
530 Bool isLoad;
572 Bool isLoad;
648 extern X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* );
649 extern X86Instr* X86Instr_FpLdStI ( Bool isLoad, UChar sz, HReg reg, X86AMode* );
657 extern X86Instr* X86Instr_SseLdSt ( Bool isLoad, HReg, X86AMode* );
host_ppc_defs.h 651 Bool isLoad;
699 Bool isLoad;
811 extern PPCInstr* PPCInstr_FpLdSt ( Bool isLoad, UChar sz, HReg, PPCAMode* );
822 extern PPCInstr* PPCInstr_AvLdSt ( Bool isLoad, UChar sz, HReg, PPCAMode* );
host_arm_defs.c     [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 259 /// pointer+isload bit, the value is a list of <bb->result> mappings.
335 bool isLoad, BasicBlock *BB,
356 /// location depends. If isLoad is true, this routine ignores may-aliases
357 /// with read-only operations. If isLoad is false, this routine ignores
363 bool isLoad,
387 bool isLoad, BasicBlock *BB,
392 bool isLoad, BasicBlock *BB,
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 329 /// location depends. If isLoad is true, this routine ignores may-aliases with
330 /// read-only operations. If isLoad is false, this routine ignores may-aliases
333 getPointerDependencyFrom(const AliasAnalysis::Location &MemLoc, bool isLoad,
377 if (isLoad) {
474 if (isLoad)
525 bool isLoad = !(MR & AliasAnalysis::Mod);
527 isLoad |= II->getIntrinsicID() == Intrinsic::lifetime_start;
529 LocalCache = getPointerDependencyFrom(MemLoc, isLoad, ScanPos,
712 getNonLocalPointerDependency(const AliasAnalysis::Location &Loc, bool isLoad,
726 if (!getNonLocalPointerDepFromBB(Address, Loc, isLoad, FromBB
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 293 bool &isLoad);
380 bool &isLoad);
441 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
450 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
MachineMemOperand.h 140 bool isLoad() const { return Flags & MOLoad; }
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 178 bool isLoad = false;
179 if (LIS.isReMaterializable(li, 0, isLoad)) {
180 if (isLoad)
LiveIntervalAnalysis.cpp     [all...]
MachineFunction.cpp 226 if ((*I)->isLoad())
233 if ((*I)->isLoad()) {
266 if (!(*I)->isLoad())
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 35 static void setMemRefType(ArmLIR *lir, bool isLoad, int memType)
40 if (isLoad) {
50 assert(isLoad);
75 static void annotateDalvikRegAccess(ArmLIR *lir, int regId, bool isLoad)
77 setMemRefType(lir, isLoad, kDalvikReg);
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 204 bool IsLoad;
212 SVal loc, bool isLoad, const Stmt *s, ExprEngine &eng)
213 : Checkers(checkers), Loc(loc), IsLoad(isLoad), S(s), Eng(eng) { }
218 IsLoad ? ProgramPoint::PreLoadKind :
220 checkFn(Loc, IsLoad, C);
228 SVal location, bool isLoad,
230 CheckLocationContext C(LocationCheckers, location, isLoad, S, Eng);
  /external/proguard/src/proguard/optimize/info/
ParameterUsageMarker.java 191 variableInstruction.isLoad())
  /sdk/emulator/qtools/
opcode.h 140 inline bool isLoad(Opcode op) { return (opcode_flags[op] & kCatLoad) != 0; }

Completed in 797 milliseconds

1 2