Home
last modified time | relevance | path

Searched defs:opnd1Type (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp747 Operand::OperandType opnd1Type = src.GetKind(); in SelectCopy() local
3938 Operand::OperandType opnd1Type = opnd1->GetKind(); in SelectCondSpecialCase1() local
3971 Operand::OperandType opnd1Type = opnd1->GetKind(); in SelectCondSpecialCase2() local
4068 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectAdd() local
4180 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectMadd() local
4233 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectSub() local
4364 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectMpy() local
4436 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectDiv() local
4727 Operand::OperandType opnd1Type = rhsOpnd.GetKind(); in SelectCmpOp() local
5011 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectRelationOperator() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp860 PrimType opnd1Type) in SelectShift()