Searched refs:SelectRelationOperator (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 950 …Operand *SelectRelationOperator(RelationOperator operatorCode, const BinaryNode &node, Operand &op… 952 …void SelectRelationOperator(RelationOperator operatorCode, Operand &resOpnd, Operand &opnd0, Opera…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 4921 return SelectRelationOperator(kAND, node, opnd0, opnd1, parent); in SelectBand() 4926 SelectRelationOperator(kAND, resOpnd, opnd0, opnd1, primType); in SelectBand() 4929 Operand *AArch64CGFunc::SelectRelationOperator(RelationOperator operatorCode, const BinaryNode &nod… in SelectRelationOperator() function in maplebe::AArch64CGFunc 4941 SelectRelationOperator(operatorCode, *resOpnd, opnd0, opnd1, primType); in SelectRelationOperator() 5007 void AArch64CGFunc::SelectRelationOperator(RelationOperator operatorCode, Operand &resOpnd, Operand… in SelectRelationOperator() function in maplebe::AArch64CGFunc 5016 …SelectRelationOperator(operatorCode, resOpnd, SelectCopy(opnd0, primType, primType), opnd1, primTy… in SelectRelationOperator() 5021 SelectRelationOperator(operatorCode, resOpnd, opnd1, opnd0, primType); in SelectRelationOperator() 5034 …SelectRelationOperator(operatorCode, resOpnd, opnd0, SelectCopy(opnd1, primType, primType), primTy… in SelectRelationOperator() 5087 return SelectRelationOperator(kIOR, node, opnd0, opnd1, parent); in SelectBior() 5092 SelectRelationOperator(kIOR, resOpnd, opnd0, opnd1, primType); in SelectBior() [all …]
|