Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_validbit_opt.h168 bool is64Bit = false; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp26 bool MayOverflow(const ImmOperand &value1, const ImmOperand &value2, bool is64Bit, bool isAdd, bool… in MayOverflow()
383 bool is64Bit = destOpnd.GetSize() == k64BitSize; in ArithmeticConstFold() local
508 bool is64Bit) in CanDoConstFold()
Daarch64_strldr.cpp24 static MOperator SelectMovMop(bool isFloatOrSIMD, bool is64Bit) in SelectMovMop()
Daarch64_cgfunc.cpp5964 bool is64Bit = (tsize == k64BitSize); in SelectCvtInt2Int() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp789 bool is64Bit = sizeof(void*) == 8; in Is64Bit() local