Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1332 auto nodeOp = node.GetOpCode(); in SelectCmpOp() local
1337 if (isFloat && (nodeOp == maple::OP_eq) && (!isJump)) { in SelectCmpOp()
1342 …bool isSwap = (isFloat && (nodeOp == maple::OP_le || nodeOp == maple::OP_lt) && (parentOp != OP_br… in SelectCmpOp()
1347 SelectCmpResult(*resOpnd, nodeOp, dtype, primOpndType); in SelectCmpOp()