Searched defs:is_fp (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | arch.h | 198 inline constexpr RegMask GetCallerRegsMask(Arch arch, bool is_fp) in GetCallerRegsMask() argument 214 inline constexpr RegMask GetCalleeRegsMask(Arch arch, bool is_fp) in GetCalleeRegsMask() argument 230 GetFirstCalleeReg(Arch arch, bool is_fp) GetFirstCalleeReg() argument 241 GetLastCalleeReg(Arch arch, bool is_fp) GetLastCalleeReg() argument 250 GetCalleeRegsCount(Arch arch, bool is_fp) GetCalleeRegsCount() argument 255 GetFirstCallerReg(Arch arch, bool is_fp) GetFirstCallerReg() argument 260 GetLastCallerReg(Arch arch, bool is_fp) GetLastCallerReg() argument 265 GetCallerRegsCount(Arch arch, bool is_fp) GetCallerRegsCount() argument [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_graph_coloring.cpp | 354 bool is_fp = DataType::IsFloatType(interval->GetType()); in InitWorkingRanges() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_codecview.c | 292 const int is_fp = direction == 0 && (s->mv_type & MV_TYPE_FOR); in filter_frame() local
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| H A D | liftoff-register.h | 232 constexpr bool is_fp() const { in is_fp() function in v8::internal::wasm::LiftoffRegister
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 1429 void VectorCompareOp(Simulator* sim, Instruction* instr, bool is_fp, in VectorCompareOp() argument
|
Completed in 12 milliseconds