Searched defs:sreg (Results 1 – 10 of 10) sorted by relevance
/external/llvm/docs/ |
D | NVPTXUsage.rst | 199 Syntax: 218 Overview:
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 534 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {} in CodeTextRegion() 548 FunctionTextRegion(const NamedDecl *fd, const MemRegion* sreg) in FunctionTextRegion() 598 AnalysisDeclContext *ac, const MemRegion* sreg) in BlockTextRegion() 640 unsigned count, const MemRegion *sreg) in BlockDataRegion() 716 SymbolicRegion(const SymbolRef s, const MemRegion* sreg) in SymbolicRegion() 746 StringRegion(const StringLiteral* str, const MemRegion* sreg) in StringRegion() 782 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg) in ObjCStringRegion()
|
/external/v8/src/arm/ |
D | simulator-arm.h | 170 void set_s_register_from_float(int sreg, const float flt) { in set_s_register_from_float() 174 float get_float_from_s_register(int sreg) { in get_float_from_s_register() 178 void set_s_register_from_sinteger(int sreg, const int sint) { in set_s_register_from_sinteger() 182 int get_sinteger_from_s_register(int sreg) { in get_sinteger_from_s_register()
|
D | simulator-arm.cc | 1003 void Simulator::set_s_register(int sreg, unsigned int value) { in set_s_register()
|
/external/v8/test/cctest/ |
D | test-utils-arm64.h | 80 inline float sreg(unsigned code) const { in sreg() function
|
/external/vixl/test/ |
D | test-utils-a64.h | 101 inline float sreg(unsigned code) const { in sreg() function
|
/external/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 484 static Int segmentGuestRegOffset ( UInt sreg ) in segmentGuestRegOffset() 561 static IRExpr* getSReg ( UInt sreg ) in getSReg() 566 static void putSReg ( UInt sreg, IRExpr* e ) in putSReg() 1290 static const HChar* nameSReg ( UInt sreg ) in nameSReg() 1423 Int sreg; in handleSegOverride() local 6922 void dis_push_segreg ( UInt sreg, Int sz ) in dis_push_segreg() 6937 void dis_pop_segreg ( UInt sreg, Int sz ) in dis_pop_segreg()
|
D | guest_amd64_toIR.c | 2156 static const HChar* nameSReg ( UInt sreg ) in nameSReg()
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.h | 886 float sreg(unsigned code) const { in sreg() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 337 const MemRegion *sreg) { in ProfileRegion()
|