Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/libunwind/src/
Ddwarf2.h108 DW_OP_mul = 0x1E, enumerator
DDwarfInstructions.hpp610 case DW_OP_mul: in evaluateExpression()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2expr.c582 case DW_OP_mul: in execute_stack_op()
625 case DW_OP_mul: in execute_stack_op()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbdwarf.py30 DW_OP_mul = 0x1E variable
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp555 case dwarf::DW_OP_mul: in addExpression()
693 emitOp(dwarf::DW_OP_mul); in emitLegacySExt()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf2.h277 DW_OP_mul = 0x1e, enumerator
Dunwind-dw2.c636 case DW_OP_mul: in execute_stack_op()
671 case DW_OP_mul: in execute_stack_op()
Ddwarf2out.c2391 case DW_OP_mul:
8307 add_loc_descr (&mem_loc_result, new_loc_descr (DW_OP_mul, 0, 0));
8611 op = DW_OP_mul;
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Ddwarf2.h395 DW_OP_mul = 0x1e, enumerator
/openbsd/src/usr.bin/ctfconv/
Ddwarf.h505 #define DW_OP_mul 0x1e macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Ddwarf2.h412 DW_OP_mul = 0x1e, enumerator
/openbsd/src/gnu/gcc/gcc/
Ddwarf2.h414 DW_OP_mul = 0x1e, enumerator
Dunwind-dw2.c750 case DW_OP_mul: in execute_stack_op()
786 case DW_OP_mul: in execute_stack_op()
Ddwarf2out.c2843 case DW_OP_mul: in dwarf_stack_op_name()
8940 op = DW_OP_mul; in mem_loc_descriptor()
9326 op = DW_OP_mul; in loc_descriptor_from_tree_1()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.cpp673 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
679 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
DRISCVFrameLowering.cpp380 Expr.push_back((uint8_t)dwarf::DW_OP_mul); in createDefCFAExpression()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp809 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
815 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp53 Descriptions[DW_OP_mul] = Desc(Op::Dwarf2); in getDescriptions()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp167 case DW_OP_mul: // 0x1e in GetOpcodeDataSize()
1491 case DW_OP_mul: in Evaluate()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLocal.cpp1942 Offset.second.getZExtValue(), dwarf::DW_OP_mul, in getSalvageOpsForGEP()
1956 return dwarf::DW_OP_mul; in getDwarfOpForBinOp()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp6054 Success &= pushArithmeticExpr(MulRec, llvm::dwarf::DW_OP_mul); in pushSCEV()
6093 case llvm::dwarf::DW_OP_mul: in isIdentityFunction()
6117 if (!isIdentityFunction(llvm::dwarf::DW_OP_mul, Stride)) { in SCEVToValueExpr()
6120 pushOperator(llvm::dwarf::DW_OP_mul); in SCEVToValueExpr()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1202 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, in TryToShrinkGlobalToBoolean()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugInfoMetadata.cpp1379 case dwarf::DW_OP_mul: in isValid()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Ddwarf.c683 case DW_OP_mul: in decode_location_expression()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp745 /* AArch64::VG */ 46, 0, llvm::dwarf::DW_OP_mul, in CreateType()
802 Expr.push_back(llvm::dwarf::DW_OP_mul); in CreateType()

12