Home
last modified time | relevance | path

Searched refs:SelectRoundOperator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h1004 …Operand *SelectRoundOperator(RoundType roundType, const TypeCvtNode &node, Operand &opnd0, const B…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5223 Operand *AArch64CGFunc::SelectRoundOperator(RoundType roundType, const TypeCvtNode &node, Operand &… in SelectRoundOperator() function in maplebe::AArch64CGFunc
5265 return SelectRoundOperator(kCeil, node, opnd0, parent); in SelectCeil()
5271 return SelectRoundOperator(kFloor, node, opnd0, parent); in SelectFloor()
5276 return SelectRoundOperator(kRound, node, opnd0, parent); in SelectRound()
5538 return SelectRoundOperator(kTrunc, node, opnd0, parent); in SelectTrunc()