Home
last modified time | relevance | path

Searched defs:is64bit (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/utils/
Dnumber-utils.h182 inline double FloatNumber(std::string_view p, bool is64bit) in FloatNumber()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_phi_elimination.cpp28 bool is64bit = destOpnd.GetSize() == k64BitSize; in CreateMov() local
Daarch64_cg.cpp380 bool is64bit = defOpnd.GetSize() == k64BitSize; in BuildPhiInsn() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp1695 bool Parser::ParseFloat(double *value, bool is64bit) in ParseFloat()
1737 bool Parser::ParseOperandFloat(bool is64bit) in ParseOperandFloat()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1329 static bool IsSIMMOffsetOutOfRange(int64 offset, bool is64bit, bool isLDSTPair) in IsSIMMOffsetOutOfRange()