Searched refs:cmpOpcode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1421 Opcode cmpOpcode; in SelectSelect() local 1426 cmpOpcode = cmpNode->GetOpCode(); in SelectSelect() 1430 cmpOpcode = OP_ne; in SelectSelect() 1434 SelectSelect(resOpnd, trueRegOpnd, falseRegOpnd, dtype, cmpOpcode, cmpPrimType); in SelectSelect() 1439 Opcode cmpOpcode, PrimType cmpPrimType) in SelectSelect() argument 1450 SelectSelect(tmpResOpnd, tmpTrueOpnd, tmpFalseOpnd, cvtType, cmpOpcode, cmpPrimType); in SelectSelect() 1456 x64::X64MOP_t cmovMop = GetCMovCCMop(cmpOpcode, bitSize, !IsPrimitiveUnsigned(cmpPrimType)); in SelectSelect() 1467 Opcode cmpOpcode = isMin ? OP_lt : OP_gt; in SelectMinOrMax() local 1468 SelectSelect(resOpnd, opnd0, opnd1, primType, cmpOpcode, primType); in SelectMinOrMax()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_MPISel.h | 83 …elect(Operand &resOpnd, Operand &trueOpnd, Operand &falseOpnd, PrimType primType, Opcode cmpOpcode,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 1041 Label cmpOpcode(env); in TryJitCompile() local 1095 Jump(&cmpOpcode); in TryJitCompile() 1104 Bind(&cmpOpcode); in TryJitCompile()
|