Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_standardize.cpp141 Operand *tmpOperand1 = &cgFunc.GetOpndBuilder()->CreateVReg(k64BitSize, kRegTyInt); in StdzFloatingNeg() local
143 movabs.AddOpndChain(imm).AddOpndChain(*tmpOperand1); in StdzFloatingNeg()
148 xorq.AddOpndChain(*tmpOperand1).AddOpndChain(*tmpOperand0); in StdzFloatingNeg()