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 | 995 …Operand *SelectRelationOperator(RelationOperator operatorCode, const BinaryNode &node, Operand &op… 997 …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 | 4329 return SelectRelationOperator(kAND, node, opnd0, opnd1, parent); in SelectBand() 4334 SelectRelationOperator(kAND, resOpnd, opnd0, opnd1, primType); in SelectBand() 4337 Operand *AArch64CGFunc::SelectRelationOperator(RelationOperator operatorCode, const BinaryNode &nod… in SelectRelationOperator() function in maplebe::AArch64CGFunc 4349 SelectRelationOperator(operatorCode, *resOpnd, opnd0, opnd1, primType); in SelectRelationOperator() 4415 void AArch64CGFunc::SelectRelationOperator(RelationOperator operatorCode, Operand &resOpnd, Operand… in SelectRelationOperator() function in maplebe::AArch64CGFunc 4424 …SelectRelationOperator(operatorCode, resOpnd, SelectCopy(opnd0, primType, primType), opnd1, primTy… in SelectRelationOperator() 4429 SelectRelationOperator(operatorCode, resOpnd, opnd1, opnd0, primType); in SelectRelationOperator() 4442 …SelectRelationOperator(operatorCode, resOpnd, opnd0, SelectCopy(opnd1, primType, primType), primTy… in SelectRelationOperator() 4495 return SelectRelationOperator(kIOR, node, opnd0, opnd1, parent); in SelectBior() 4500 SelectRelationOperator(kIOR, resOpnd, opnd0, opnd1, primType); in SelectBior() [all …]
|