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.cpp808 Operand::OperandType opnd1Type = src.GetKind(); in SelectCopy() local
3335 Operand::OperandType opnd1Type = opnd1->GetKind(); in SelectCondSpecialCase1() local
3368 Operand::OperandType opnd1Type = opnd1->GetKind(); in SelectCondSpecialCase2() local
3465 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectAdd() local
3584 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectMadd() local
3639 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectSub() local
3770 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectMpy() local
3844 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectDiv() local
4135 Operand::OperandType opnd1Type = rhsOpnd.GetKind(); in SelectCmpOp() local
4419 Operand::OperandType opnd1Type = opnd1.GetKind(); in SelectRelationOperator() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp867 PrimType opnd1Type) in SelectShift()