Searched refs:insn32 (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/binutils/bfd/ |
| HD | coff-arm.c | 77 typedef unsigned long int insn32; typedef 990 static insn32 991 insert_thumb_branch (insn32 br_insn, int rel_off) in insert_thumb_branch() 1084 static const insn32 a2t1_ldr_insn = 0xe59fc000; 1085 static const insn32 a2t2_bx_r12_insn = 0xe12fff1c; 1086 static const insn32 a2t3_func_addr_insn = 0x00000001; 1110 static const insn32 t2a3_b_insn = 0xea000000; 1116 static const insn32 t2a5_pop_insn = 0xe8bd4040; 1117 static const insn32 t2a6_bx_insn = 0xe12fff1e;
|
| HD | elf32-arm.c | 1901 typedef unsigned long int insn32; typedef 2601 static const insn32 a2t1_ldr_insn = 0xe59fc000; 2602 static const insn32 a2t2_bx_r12_insn = 0xe12fff1c; 2603 static const insn32 a2t3_func_addr_insn = 0x00000001; 2606 static const insn32 a2t1v5_ldr_insn = 0xe51ff004; 2607 static const insn32 a2t2v5_func_addr_insn = 0x00000001; 2610 static const insn32 a2t1p_ldr_insn = 0xe59fc004; 2611 static const insn32 a2t2p_add_pc_insn = 0xe08cc00f; 2612 static const insn32 a2t3p_bx_r12_insn = 0xe12fff1c; 2633 static const insn32 t2a3_b_insn = 0xea000000; [all …]
|
| /trueos/contrib/llvm/lib/Target/XCore/Disassembler/ |
| HD | XCoreDisassembler.cpp | 770 uint32_t insn32; in getInstruction() local 772 if (!readInstruction32(Region, Address, Size, insn32)) { in getInstruction() 777 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI); in getInstruction()
|
| /trueos/contrib/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 753 uint32_t insn32 = (bytes[3] << 8) | in getInstruction() local 758 result = decodeInstruction(DecoderTableThumb32, MI, insn32, Address, in getInstruction() 769 result = decodeInstruction(DecoderTableThumb232, MI, insn32, Address, in getInstruction() 777 if (fieldFromInstruction(insn32, 28, 4) == 0xE) { in getInstruction() 779 result = decodeInstruction(DecoderTableVFP32, MI, insn32, Address, this, STI); in getInstruction() 788 result = decodeInstruction(DecoderTableVFPV832, MI, insn32, Address, this, STI); in getInstruction() 794 if (fieldFromInstruction(insn32, 28, 4) == 0xE) { in getInstruction() 796 result = decodeInstruction(DecoderTableNEONDup32, MI, insn32, Address, in getInstruction() 805 if (fieldFromInstruction(insn32, 24, 8) == 0xF9) { in getInstruction() 807 uint32_t NEONLdStInsn = insn32; in getInstruction() [all …]
|