Searched refs:insn32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff-arm.c77 typedef unsigned long int insn32; typedef
991 static insn32
992 insert_thumb_branch (insn32 br_insn, int rel_off)
1086 static const insn32 a2t1_ldr_insn = 0xe59fc000;
1087 static const insn32 a2t2_bx_r12_insn = 0xe12fff1c;
1088 static const insn32 a2t3_func_addr_insn = 0x00000001;
1112 static const insn32 t2a3_b_insn = 0xea000000;
1118 static const insn32 t2a5_pop_insn = 0xe8bd4040;
1119 static const insn32 t2a6_bx_insn = 0xe12fff1e;
H A Delf32-arm.c1901 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_ins
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp770 uint32_t insn32; local
772 if (!readInstruction32(Region, Address, Size, insn32)) {
777 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp811 uint32_t insn32 = (bytes[3] << 8) | local
816 result = decodeInstruction(DecoderTableThumb32, MI, insn32, Address,
827 result = decodeInstruction(DecoderTableThumb232, MI, insn32, Address,
836 result = decodeInstruction(DecoderTableVFP32, MI, insn32, Address, this, STI);
844 result = decodeInstruction(DecoderTableNEONDup32, MI, insn32, Address,
852 if (fieldFromInstruction(insn32, 24, 8) == 0xF9) {
854 uint32_t NEONLdStInsn = insn32;
866 if (fieldFromInstruction(insn32, 24, 4) == 0xF) {
868 uint32_t NEONDataInsn = insn32;

Completed in 198 milliseconds