Searched defs:stOpnd (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 456 Operand *stOpnd = opndVec[i]; in SelectLibCallNArg() local 921 ImmOperand &stOpnd = cgFunc->GetOpndBuilder()->CreateImm(*lblSt, 0, 0); in SelectRangeGoto() local 985 ImmOperand &stOpnd = cgFunc->GetOpndBuilder()->CreateImm(*symbol, 0, 0); in SelectAddrofFunc() local 1016 ImmOperand &stOpnd = cgFunc->GetOpndBuilder()->CreateImm(*labelSym, 0, 0); in SelectAddrofLabel() local 1128 ImmOperand &stOpnd = cgFunc->GetOpndBuilder()->CreateImm(*labelSym, 0, 0); in SelectStrLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 1161 …Operand &stOpnd = LoadIntoRegister(opnd0, IsPrimitiveInteger(rhsPType) || IsPrimitiveVectorInteger… in SelectDassign() local 1241 Operand &stOpnd = LoadIntoRegister(opnd0, true, size, false); in SelectDassignoff() local 3092 StImmOperand &stOpnd = cgFunc.CreateStImmOperand(*labelSym, 0, 0); in SelectStrLiteral() local 5692 StImmOperand &stOpnd = CreateStImmOperand(*lblSt, 0, 0); in SelectRangeGoto() local 8338 StImmOperand &stOpnd = CreateStImmOperand(symbol, offset, 0); in GetOrCreateMemOpndAfterRa() local 8350 StImmOperand &stOpnd = CreateStImmOperand(symbol, offset, 0); in GetOrCreateMemOpndAfterRa() local 8356 StImmOperand &stOpnd = CreateStImmOperand(symbol, offset, 0); in GetOrCreateMemOpndAfterRa() local 8446 StImmOperand &stOpnd = CreateStImmOperand(symbol, offset, 0); in GetOrCreateMemOpnd() local 8471 StImmOperand &stOpnd = CreateStImmOperand(symbol, offset, 0); in CreateMemOpndForStatic() local 8480 StImmOperand &stOpnd = CreateStImmOperand(symbol, offset, 0); in CreateMemOpndForStatic() local [all …]
|
| D | aarch64_obj_emitter.cpp | 545 const StImmOperand &stOpnd = static_cast<const StImmOperand &>(opnd); in GetAdrLabelOpndValue() local 638 const StImmOperand &stOpnd = static_cast<const StImmOperand &>(opnd); in GetLo12LitrealOpndValue() local
|
| D | aarch64_proepilog.cpp | 181 StImmOperand &stOpnd = aarchCGFunc.CreateStImmOperand(*stkGuardSym, 0, 0); in GenStackGuard() local
|