Home
last modified time | relevance | path

Searched defs:isFloat (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa_tbl.h85 …e X64MOP_t GetSetCCMop(maple::Opcode opcode, Operand::OperandType dTy, bool isSigned, bool isFloat) in GetSetCCMop()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcfg_primitive_types.h122 bool isFloat; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_phi_elimination.cpp29 bool isFloat = destOpnd.IsOfFloatOrSIMDClass(); in CreateMov() local
Daarch64_cgfunc.cpp3764 MOperator AArch64CGFunc::PickJmpInsn(Opcode brOp, Opcode cmpOp, bool isFloat, bool isSigned) const in PickJmpInsn()
3873 bool isFloat = IsPrimitiveFloat(primType); in SelectCondGoto() local
3932 bool isFloat = IsPrimitiveFloat(node->GetOpndType()); in SelectCondSpecialCase1() local
3977 bool isFloat = IsPrimitiveFloat(operandType); in SelectCondSpecialCase2() local
4039 bool isFloat = IsPrimitiveFloat(dtype); in SelectAdd() local
4236 bool isFloat = IsPrimitiveFloat(primType); in SelectSub() local
4324 bool isFloat = IsPrimitiveFloat(dtype); in SelectSub() local
4346 bool isFloat = IsPrimitiveFloat(dtype); in SelectMpy() local
4511 bool isFloat = IsPrimitiveFloat(dtype); in SelectDiv() local
4720 bool isFloat = IsPrimitiveFloat(primType); in SelectCmpOp() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp473 bool isFloat = IsPrimitiveFloat(retPrimType); in SelectLibCallNArg() local
1043 static X64MOP_t PickJmpInsn(Opcode brOp, Opcode cmpOp, bool isFloat, bool isSigned) in PickJmpInsn()
1096 bool isFloat = IsPrimitiveFloat(primType); in SelectCondGoto() local
1333 bool isFloat = IsPrimitiveFloat(primOpndType); in SelectCmpOp() local
1399 bool isFloat = IsPrimitiveFloat(primOpndType); in SelectCmpResult() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h732 bool isFloat = false; variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_test.cpp555 bool isFloat = DataType::IsFloatType(TYPE); in CheckCmp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1333 bool isFloat = IsPrimitiveFloat(ptyp); in GetNearestSizePtyp() local