| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 29 IntVal(uint64 val, uint8 bitWidth, bool isSigned) : value(val), width(bitWidth), sign(isSigned) in IntVal() 44 …IntVal(const IntVal &val, uint8 bitWidth, bool isSigned) : IntVal(val.value, bitWidth, isSigned) {} in IntVal() 46 IntVal(const IntVal &val, bool isSigned) : IntVal(val.value, val.width, isSigned) {} in IntVal() 428 IntVal TruncOrExtend(uint8 newWidth, bool isSigned) const in TruncOrExtend() 440 IntVal Trunc(uint8 newWidth, bool isSigned) const in Trunc() 445 IntVal Extend(uint8 newWidth, bool isSigned) const in Extend()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa_tbl.h | 85 static inline X64MOP_t GetSetCCMop(maple::Opcode opcode, Operand::OperandType dTy, bool isSigned, b… in GetSetCCMop() 117 static inline X64MOP_t GetCMovCCMop(maple::Opcode opcode, int32 bitSize, bool isSigned) in GetCMovCCMop()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.h | 391 inline uint32_t LoadAndStoreImm(uint32_t imm, bool isSigned) in LoadAndStoreImm()
|
| D | assembler_aarch64.cpp | 282 bool isSigned = operand.GetAddrMode() != AddrMode::OFFSET; in Ldr() local 323 bool isSigned = true; in Str() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 390 ImmOperand &CreateImmOperand(Operand::OperandType type, int64 val, uint32 size, bool isSigned) in CreateImmOperand() 886 PrimType GetOperandTy(bool isIntty, uint32 dsize, bool isSigned) const in GetOperandTy()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 100 static MOperator GetFastCvtMopI(uint32 fromSize, uint32 toSize, bool isSigned) in GetFastCvtMopI() 658 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize() 1024 bool isSigned = IsSignedInteger(primType); in SelectExtractbits() local 1096 bool isSigned = !IsPrimitiveUnsigned(toType); in SelectCvtFloat2Int() local 1127 bool isSigned = !IsPrimitiveUnsigned(fromType); in SelectCvtInt2Float() local 1162 bool isSigned = !IsPrimitiveUnsigned(fromType); in SelectIntCvt() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 919 bool isSigned = std::is_signed<T>::value; in TestJumpCC() local 1012 bool isSigned = std::is_signed<T>::value; in TestLdr() local 2638 bool isSigned = std::is_signed<T>::value; in TestDiv() local 2710 bool isSigned = std::is_signed<T>::value; in TestMod() local 2847 bool isSigned = std::is_signed<T>::value; in TestParam() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_prop.cpp | 26 …erflow(const ImmOperand &value1, const ImmOperand &value2, bool is64Bit, bool isAdd, bool isSigned) in MayOverflow() 357 bool isSigned = (newValue < 0); in ArithmeticConstReplace() local 512 bool isSigned = value1.IsSignedValue(); in CanDoConstFold() local 916 …64StrLdrProp::SelectReplaceExt(const Insn &defInsn, RegOperand &base, uint32 amount, bool isSigned, in SelectReplaceExt()
|
| D | aarch64_strldr.cpp | 474 …perand *AArch64StoreLoadOpt::SelectReplaceExt(const Insn &defInsn, RegOperand &base, bool isSigned) in SelectReplaceExt()
|
| D | aarch64_cgfunc.cpp | 1279 bool isSigned = scale < 0; in SelectAsm() local 3913 …bool isSigned = IsPrimitiveInteger(primType) ? IsSignedInteger(primType) : (signedCond ? true : fa… in SelectCondGoto() local 3952 bool isSigned = in SelectCondSpecialCase1() local 4036 bool isSigned = IsSignedInteger(dtype); in SelectAdd() local 4166 bool isSigned = IsSignedInteger(dtype); in SelectMadd() local 4321 bool isSigned = IsSignedInteger(dtype); in SelectSub() local 4343 bool isSigned = IsSignedInteger(dtype); in SelectMpy() local 4508 bool isSigned = IsSignedInteger(dtype); in SelectDiv() local 4521 …::SelectRem(Operand &resOpnd, Operand &lhsOpnd, Operand &rhsOpnd, PrimType primType, bool isSigned, in SelectRem() 4656 bool isSigned = IsSignedInteger(dtype); in SelectRem() local [all …]
|
| D | aarch64_peep.cpp | 2457 bool isSigned = (mOp == MOP_xsxtw64); in OptimizeAddrBOrXShiftExtend() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1043 static X64MOP_t PickJmpInsn(Opcode brOp, Opcode cmpOp, bool isFloat, bool isSigned) in PickJmpInsn() 1250 bool isSigned = IsSignedInteger(primType); in SelectDivRem() local 1400 bool isSigned = (!IsPrimitiveUnsigned(primOpndType) && !IsPrimitiveFloat(primOpndType)); in SelectCmpResult() local 1441 bool isSigned = !IsPrimitiveUnsigned(primType); in SelectSelect() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.h | 332 bool isSigned = DataType::IsTypeSigned(inst->GetType()); in CallEntrypoint() local
|
| D | codegen.cpp | 1368 bool isSigned = DataType::IsTypeSigned(returnType); in CreateCallIntrinsic() local 1783 bool isSigned = DataType::IsTypeSigned(returnType); in FinalizeCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1118 bool isSigned = IsSignedInteger(resultType.GetPrimType()); in CalIntValueFromFloatValue() local 1332 bool isSigned = IsSignedInteger(ptyp); in GetNearestSizePtyp() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 408 bool Aarch32Encoder::IsNeedToPrepareMemLdS(MemRef mem, const TypeInfo &memType, bool isSigned) in IsNeedToPrepareMemLdS() 486 … vixl::aarch32::Register tmp, bool isSigned, bool copySp) in PrepareMemLdS()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 837 bool isSigned = true; in ICmp() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | operand.h | 788 bool isSigned; variable
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 512 auto isSigned = DataType::IsTypeSigned(pandaType); in GetInputValueFromConstant() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 844 auto extendTo32bit = [this](Reg reg, bool isSigned) { in EncodeCastScalar()
|