Searched refs:operand1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_loc.c | 45 uint64_t operand1; in _dwarf_loc_fill_loc() local 59 operand1 = 0; in _dwarf_loc_fill_loc() 182 operand1 = *p++; in _dwarf_loc_fill_loc() 186 operand1 = (int8_t) *p++; in _dwarf_loc_fill_loc() 194 operand1 = dbg->decode(&p, 2); in _dwarf_loc_fill_loc() 198 operand1 = (int16_t) dbg->decode(&p, 2); in _dwarf_loc_fill_loc() 205 operand1 = dbg->decode(&p, 4); in _dwarf_loc_fill_loc() 209 operand1 = (int32_t) dbg->decode(&p, 4); in _dwarf_loc_fill_loc() 215 operand1 = dbg->decode(&p, 8); in _dwarf_loc_fill_loc() 226 operand1 = _dwarf_decode_uleb128(&p); in _dwarf_loc_fill_loc() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | EmulateInstruction.h | 218 operand1; // register containing first operand for binary op member 284 info.RegisterRegisterOperands.operand1 = op1_reg; in SetRegisterRegisterOperands()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 644 uint64_t operand1 = in EmulateADDSUBImm() local 659 result = AddWithCarry(datasize, operand1, operand2, carry_in, proc_state); in EmulateADDSUBImm() 1136 bits(datasize) operand1 = X[t]; in EmulateCBZ() 1137 if IsZero(operand1) == iszero then in EmulateCBZ()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | EmulateInstruction.cpp | 482 info.RegisterRegisterOperands.operand1.name, in Dump()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve_sme_incl.td | 206 def IsOverloadWhileOrMultiVecCvt : FlagType<0x00200000>; // Use {default type, typeof(operand1)}…
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 1474 operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final results in EmulateMUL() 1476 result = operand1 * operand2; in EmulateMUL() 1546 uint64_t operand1 = in EmulateMUL() local 1559 uint64_t result = operand1 * operand2; in EmulateMUL()
|