| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Opcode.h | 48 Opcode (uint8_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType8) in Opcode() 53 Opcode (uint16_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType16) in Opcode() 58 Opcode (uint32_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType32) in Opcode() 63 Opcode (uint64_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType64) in Opcode() 150 SetOpcode8 (uint8_t inst, lldb::ByteOrder order) in SetOpcode8() 158 SetOpcode16 (uint16_t inst, lldb::ByteOrder order) in SetOpcode16() 166 SetOpcode16_2 (uint32_t inst, lldb::ByteOrder order) in SetOpcode16_2() 174 SetOpcode32 (uint32_t inst, lldb::ByteOrder order) in SetOpcode32() 182 SetOpcode64 (uint64_t inst, lldb::ByteOrder order) in SetOpcode64() 281 } inst; member
|
| HD | RegisterValue.h | 55 RegisterValue (uint8_t inst) : in RegisterValue() 62 RegisterValue (uint16_t inst) : in RegisterValue() 69 RegisterValue (uint32_t inst) : in RegisterValue() 76 RegisterValue (uint64_t inst) : in RegisterValue() 84 RegisterValue (__uint128_t inst) : in RegisterValue()
|
| /trueos/sys/mips/nlm/hal/ |
| HD | usb.h | 54 #define nlm_get_usb_pcibase(node, inst) nlm_pcicfg_base(XLP_IO_USB_OFFSET(node, inst)) argument 55 #define nlm_get_usb_hcd_base(node, inst) nlm_xkphys_map_pcibar0(nlm_get_usb_pcibase(node, inst)) argument 56 #define nlm_get_usb_regbase(node, inst) (nlm_get_usb_pcibase(node, inst) + XLP_IO_PCI_HDRSZ) argument
|
| HD | pcibus.h | 94 #define nlm_get_pcie_base(node, inst) \ argument 96 #define nlm_get_pcie_regbase(node, inst) \ argument
|
| HD | uart.h | 93 #define nlm_get_uart_pcibase(node, inst) \ argument 95 #define nlm_get_uart_regbase(node, inst) \ argument
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXSplitBBatBar.cpp | 42 if (IntrinsicInst *inst = dyn_cast<IntrinsicInst>(II)) { in runOnFunction() local 63 Instruction *inst = SplitPoints[i]; in runOnFunction() local
|
| /trueos/sys/i386/i386/ |
| HD | db_disasm.c | 92 struct inst { struct 104 struct finst { argument 1055 db_disasm_esc(loc, inst, short_addr, size, seg) in db_disasm_esc() argument 1155 int inst; local
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBInstructionList.cpp | 60 SBInstruction inst; in GetInstructionAtIndex() local 105 … Instruction *inst = m_opaque_sp->GetInstructionList().GetInstructionAtIndex (i).get(); in GetDescription() local
|
| /trueos/sys/amd64/amd64/ |
| HD | db_disasm.c | 107 struct inst { struct 127 static const struct inst db_inst_0f388x[] = { argument 1117 db_disasm_esc(loc, inst, rex, short_addr, size, seg) in db_disasm_esc() argument 1218 int inst; local
|
| /trueos/sys/mips/mips/ |
| HD | db_interface.c | 252 InstFmt inst; in db_inst_type() local 339 branch_taken(int inst, db_addr_t pc) in branch_taken()
|
| HD | trap.c | 905 InstFmt inst; in trap() local 1171 InstFmt inst; in MipsEmulateBranch() local 1176 #define GetBranchDest(InstPtr, inst) \ in MipsEmulateBranch() argument 1563 u_int32_t inst = *((u_int32_t *)(intptr_t)pc); in mips_unaligned_load_store() local
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCWin64EH.cpp | 66 MCWin64EHInstruction &inst) { in EmitUnwindCode() 197 MCWin64EHInstruction inst = info->Instructions.back(); in EmitUnwindInfo() local
|
| /trueos/contrib/tcpdump/ |
| HD | print-zephyr.c | 50 char *inst; member 110 z_triple(char *class, char *inst, const char *recipient) in z_triple()
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_link.c | 843 #define DT_IS_BRANCH(inst) ((inst & 0xfc000000) == 0x48000000) argument 844 #define DT_IS_BL(inst) (DT_IS_BRANCH(inst) && (inst & 0x01)) argument 924 #define DT_IS_MOV_O7(inst) (((inst) & 0xffffe000) == 0x9e100000) argument 925 #define DT_IS_RESTORE(inst) (((inst) & 0xc1f80000) == 0x81e80000) argument 926 #define DT_IS_RETL(inst) (((inst) & 0xfff83fff) == 0x81c02008) argument 928 #define DT_RS2(inst) ((inst) & 0x1f) argument
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | test_alname.c | 39 const char *user, const char *inst, in test_alname()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| HD | DisassemblerLLVMC.h | 142 void Lock(InstructionLLVMC *inst, in Lock()
|
| HD | DisassemblerLLVMC.cpp | 81 llvm::MCInst inst; in DoesBranch() local 206 llvm::MCInst inst; in Decode() local 288 llvm::MCInst inst; in CalculateMnemonicOperandsAndComment() local
|
| /trueos/sys/sparc64/include/ |
| HD | db_machdep.h | 45 #define BKPT_SET(inst) (BKPT_INST) argument
|
| /trueos/crypto/openssl/crypto/lhash/ |
| HD | lhash.h | 211 # define LHM_lh_insert(type, lh, inst) \ argument 214 # define LHM_lh_retrieve(type, lh, inst) \ argument 217 # define LHM_lh_delete(type, lh, inst) \ argument
|
| /trueos/sys/amd64/include/ |
| HD | db_machdep.h | 42 #define BKPT_SET(inst) (BKPT_INST) argument
|
| /trueos/sys/i386/include/ |
| HD | db_machdep.h | 42 #define BKPT_SET(inst) (BKPT_INST) argument
|
| /trueos/sys/arm/include/ |
| HD | db_machdep.h | 45 #define BKPT_SET(inst) (BKPT_INST) argument
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | IRForTarget.cpp | 1191 Instruction &inst = *ii; in RewriteObjCSelectors() local 1307 Instruction &inst = *ii; in RewritePersistentAllocs() local 1700 Instruction &inst = *ii; in RemoveCXAAtExit() local 1747 Instruction &inst = *ii; in ResolveCalls() local 1966 llvm::Instruction &inst = *ii; in ReplaceStaticLiterals() local 1992 llvm::Instruction *inst = *user_iter; in ReplaceStaticLiterals() local 2137 Instruction &inst = *ii; in RemoveGuards() local 2268 if (Instruction *inst = llvm::dyn_cast<Instruction>(user)) in UnfoldConstant() local
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | DWARFCallFrameInfo.cpp | 260 uint8_t inst = m_cfi_data.GetU8(&offset); in ParseCIE() local 452 uint8_t inst = m_cfi_data.GetU8(&offset); in FDEToUnwindPlan() local
|
| /trueos/contrib/gdb/gdb/ |
| HD | mips-tdep.c | 888 mips32_decode_reg_save (t_inst inst, unsigned long *gen_mask, in mips32_decode_reg_save() 921 mips16_decode_reg_save (t_inst inst, unsigned long *gen_mask) in mips16_decode_reg_save() 1009 mips32_relative_offset (unsigned long inst) in mips32_relative_offset() 1026 unsigned long inst; in mips32_next_pc() local 1251 unsigned int inst, in unpack_mips16() 1589 ULONGEST inst = mips16_fetch_instruction (PROC_LOW_ADDR (proc_desc)); in mips_mdebug_frame_cache() local 1922 unsigned short inst; in heuristic_proc_start() local 1958 unsigned short inst, /* current instruction */ in mips16_get_imm() 1996 unsigned inst = 0; /* current instruction */ in mips16_heuristic_proc_desc() local 2140 unsigned long inst, high_word, low_word; in mips32_heuristic_proc_desc() local [all …]
|