Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h866 enum RelationOperator : uint8 { kAND, kIOR, kEOR }; enum
995 …Operand *SelectRelationOperator(RelationOperator operatorCode, const BinaryNode &node, Operand &op…
997 …void SelectRelationOperator(RelationOperator operatorCode, Operand &resOpnd, Operand &opnd0, Opera…
999 …MOperator SelectRelationMop(RelationOperator operatorType, RelationOperatorOpndPattern opndPattern…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp4337 Operand *AArch64CGFunc::SelectRelationOperator(RelationOperator operatorCode, const BinaryNode &nod… in SelectRelationOperator()
4358 MOperator AArch64CGFunc::SelectRelationMop(RelationOperator operatorCode, RelationOperatorOpndPatte… in SelectRelationMop()
4415 void AArch64CGFunc::SelectRelationOperator(RelationOperator operatorCode, Operand &resOpnd, Operand… in SelectRelationOperator()