Home
last modified time | relevance | path

Searched refs:regOpndy (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp1132 RegOperand &regOpndy = cgFunc->GetOpndBuilder()->CreateVReg(bitSize, cgFunc->GetRegTyFromPrimTy(primType)); in SelectAbs() local
1133 SelectShift(regOpndy, regOpnd0, immOpnd, OP_ashr, primType, primType); in SelectAbs()
1135 SelectBxor(tmpOpnd, regOpnd0, regOpndy, primType); in SelectAbs()
1137 SelectSub(resOpnd, tmpOpnd, regOpndy, primType); in SelectAbs()

Completed in 3 milliseconds