Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dlowering_test.cpp1613 …Test::BuildGraphCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shiftOp, in BuildGraphCommutativeBinaryOpWithShiftedOperand()
1649 …t::BuildExpectedCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shiftOp, in BuildExpectedCommutativeBinaryOpWithShiftedOperand()
1699 for (auto &shiftOp : shiftOps) { in TEST_F() local
1712 …est::TestCommutativeBinaryOpWithShiftedOperandWithIncompatibleInstructionTypes(ShiftOpPair shiftOp, in TestCommutativeBinaryOpWithShiftedOperandWithIncompatibleInstructionTypes()
1761 for (const auto &shiftOp : shiftOps) { in TEST_F() local
1768 Graph *LoweringTest::BuildGraphSubWithShiftedOperand(TypeTriple types, ShiftOpPair shiftOp) in BuildGraphSubWithShiftedOperand()
1803 void LoweringTest::TestSubWithShiftedOperand(TypeTriple types, ShiftOpPair shiftOp) in TestSubWithShiftedOperand()
1853 for (auto &shiftOp : shiftOps) { in TEST_F() local
1868 for (auto &shiftOp : shiftOps) { in TEST_F() local
1905 …::TestNonCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, const ShiftOpPair &shiftOp, in TestNonCommutativeBinaryOpWithShiftedOperand()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp499 BitShiftOperand::ShiftOp shiftOp = v->GetShiftOp(); in Visit() local