Home
last modified time | relevance | path

Searched defs:is64Bits (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp315 bool AArch64CGFunc::IsImmediateValueInRange(MOperator mOp, int64 immVal, bool is64Bits, bool isInta… in IsImmediateValueInRange()
370 bool is64Bits = (dest.GetSize() == k64BitSize) ? true : false; in SelectCopyRegOpnd() local
965 bool is64Bits = (GetPrimTypeBitSize(stype) == k64BitSize); in HandleFmovImm() local
1079 bool AArch64CGFunc::GenerateCompareWithZeroInstruction(Opcode jmpOp, Opcode cmpOp, bool is64Bits, P… in GenerateCompareWithZeroInstruction()
1151 bool is64Bits = GetPrimTypeBitSize(primType) == k64BitSize; in SelectCondGoto() local
1301 bool is64Bits = (dsize == k64BitSize); in SelectAdd() local
1327 bool is64Bits = (dsize == k64BitSize); in SelectAdd() local
1430 bool is64Bits = (dsize == k64BitSize); in SelectSub() local
1518 bool is64Bits = (dsize == k64BitSize); in SelectSub() local
1533 bool is64Bits = (dsize == k64BitSize); in SelectMpy() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_split.h28 inline RegOperand *GetSplitBaseReg(bool isAfterRegAlloc, bool is64Bits, OperandBuilder *opndBuilder) in GetSplitBaseReg()
90 inline void AddInsnSplit(Insn *insn, bool is64Bits, bool isAfterRegAlloc, InsnBuilder *insnBuilder, in AddInsnSplit()
191 inline void SubInsnSplit(Insn *insn, bool is64Bits, bool isAfterRegAlloc, InsnBuilder *insnBuilder, in SubInsnSplit()
297 inline void AddsSubsInsnSplit(Insn *insn, bool isAdds, bool is64Bits, bool isAfterRegAlloc, InsnBui… in AddsSubsInsnSplit()
329 inline void AddSubWithLslSplit(Insn *insn, bool isAdd, bool is64Bits, bool isAfterRegAlloc, InsnBui… in AddSubWithLslSplit()
405 inline void CondCompareInsnSplit(Insn *insn, bool is64Bits, bool isAfterRegAlloc, InsnBuilder *insn… in CondCompareInsnSplit()