Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
Ddwarf2.h108 DW_OP_mul = 0x1E, enumerator
DDwarfInstructions.hpp514 case DW_OP_mul: in evaluateExpression()
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
Dlibdwarf_loc.c150 case DW_OP_mul: in _dwarf_loc_fill_loc()
470 case DW_OP_mul: in _dwarf_loc_expr_add_atom()
Ddwarf.h323 #define DW_OP_mul 0x1e macro
Ddwarf_dump.c1085 case DW_OP_mul: in dwarf_get_OP_name()
/freebsd-12-stable/contrib/gdb/gdb/
Ddwarf2expr.c572 case DW_OP_mul: in execute_stack_op()
615 case DW_OP_mul: in execute_stack_op()
Ddwarf2read.c6859 case DW_OP_mul: in dwarf_stack_op_name()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp538 case dwarf::DW_OP_mul: in addExpression()
676 emitOp(dwarf::DW_OP_mul); in emitLegacySExt()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp626 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
632 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
DAArch64FrameLowering.cpp465 Expr.push_back((uint8_t)dwarf::DW_OP_mul); in appendVGScaledOffsetExpr()
/freebsd-12-stable/contrib/binutils/include/elf/
Ddwarf2.h414 DW_OP_mul = 0x1e, enumerator
/freebsd-12-stable/contrib/gcc/
Ddwarf2.h419 DW_OP_mul = 0x1e, enumerator
Dunwind-dw2.c723 case DW_OP_mul: in execute_stack_op()
759 case DW_OP_mul: in execute_stack_op()
Ddwarf2out.c2847 case DW_OP_mul: in dwarf_stack_op_name()
8991 op = DW_OP_mul; in mem_loc_descriptor()
9377 op = DW_OP_mul; in loc_descriptor_from_tree_1()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp54 Descriptions[DW_OP_mul] = Desc(Op::Dwarf2); in getDescriptions()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp223 case DW_OP_mul: // 0x1e in GetOpcodeDataSize()
1568 case DW_OP_mul: in Evaluate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5961 Success &= pushArithmeticExpr(MulRec, llvm::dwarf::DW_OP_mul); in pushSCEV()
6046 case llvm::dwarf::DW_OP_mul: in isIdentityFunction()
6070 if (!isIdentityFunction(llvm::dwarf::DW_OP_mul, Stride)) { in SCEVToValueExpr()
6073 pushOperator(llvm::dwarf::DW_OP_mul); in SCEVToValueExpr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1815 Offset.second.getZExtValue(), dwarf::DW_OP_mul, in getSalvageOpsForGEP()
1829 return dwarf::DW_OP_mul; in getDwarfOpForBinOp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp1140 case dwarf::DW_OP_mul: in isValid()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1212 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, in TryToShrinkGlobalToBoolean()
/freebsd-12-stable/contrib/binutils/binutils/
Ddwarf.c684 case DW_OP_mul: in decode_location_expression()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp721 /* AArch64::VG */ 46, 0, llvm::dwarf::DW_OP_mul, in CreateType()
778 Expr.push_back(llvm::dwarf::DW_OP_mul); in CreateType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp8515 Ops.push_back(dwarf::DW_OP_mul); in describeLoadedValue()
8538 Ops.push_back(dwarf::DW_OP_mul); in describeLoadedValue()
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c6520 case DW_OP_mul: in dump_dwarf_loc()