Searched defs:SelectNeg (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 1238 Operand *MPISel::SelectNeg(const UnaryNode &node, Operand &opnd0, const BaseNode &parent) in SelectNeg() function in maplebe::MPISel 1254 void MPISel::SelectNeg(Operand &resOpnd, Operand &opnd0, PrimType primType) in SelectNeg() function in maplebe::MPISel
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 491 Operand *X64CGFunc::SelectNeg(UnaryNode &node, Operand &opnd0, const BaseNode &parent) in SelectNeg() function in maplebe::X64CGFunc
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 4953 Operand *AArch64CGFunc::SelectNeg(UnaryNode &node, Operand &opnd0, const BaseNode &parent) in SelectNeg() function in maplebe::AArch64CGFunc 4974 void AArch64CGFunc::SelectNeg(Operand &dest, Operand &srcOpnd, PrimType primType) in SelectNeg() function in maplebe::AArch64CGFunc
|