Home
last modified time | relevance | path

Searched refs:insn32 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-arm.c79 typedef unsigned long int insn32; typedef
95 static insn32 insert_thumb_branch
96 PARAMS ((insn32, int));
1018 static insn32
1020 insn32 br_insn; in insert_thumb_branch()
1116 static const insn32 a2t1_ldr_insn = 0xe59fc000;
1117 static const insn32 a2t2_bx_r12_insn = 0xe12fff1c;
1118 static const insn32 a2t3_func_addr_insn = 0x00000001;
1141 static const insn32 t2a3_b_insn = 0xea000000;
1147 static const insn32 t2a5_pop_insn = 0xe8bd4040;
[all …]
H A Delf32-arm.h25 typedef unsigned long int insn32; typedef
44 static insn32 insert_thumb_branch
45 PARAMS ((insn32, int));
518 static const insn32 a2t1_ldr_insn = 0xe59fc000;
519 static const insn32 a2t2_bx_r12_insn = 0xe12fff1c;
520 static const insn32 a2t3_func_addr_insn = 0x00000001;
541 static const insn32 t2a3_b_insn = 0xea000000;
990 static insn32
992 insn32 br_insn; in insert_thumb_branch()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-arm.c77 typedef unsigned long int insn32; typedef
947 static insn32
948 insert_thumb_branch (insn32 br_insn, int rel_off) in insert_thumb_branch()
1041 static const insn32 a2t1_ldr_insn = 0xe59fc000;
1042 static const insn32 a2t2_bx_r12_insn = 0xe12fff1c;
1043 static const insn32 a2t3_func_addr_insn = 0x00000001;
1067 static const insn32 t2a3_b_insn = 0xea000000;
1073 static const insn32 t2a5_pop_insn = 0xe8bd4040;
1074 static const insn32 t2a6_bx_insn = 0xe12fff1e;
H A Delf32-arm.c1460 typedef unsigned long int insn32; typedef
2106 static const insn32 a2t1_ldr_insn = 0xe59fc000;
2107 static const insn32 a2t2_bx_r12_insn = 0xe12fff1c;
2108 static const insn32 a2t3_func_addr_insn = 0x00000001;
2111 static const insn32 a2t1p_ldr_insn = 0xe59fc004;
2112 static const insn32 a2t2p_add_pc_insn = 0xe08cc00f;
2113 static const insn32 a2t3p_bx_r12_insn = 0xe12fff1c;
2134 static const insn32 t2a3_b_insn = 0xea000000;
2635 static insn32
2636 insert_thumb_branch (insn32 br_insn, int rel_off) in insert_thumb_branch()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp731 uint32_t insn32; in getInstruction() local
733 if (!readInstruction32(Bytes, Address, Size, insn32)) { in getInstruction()
738 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI); in getInstruction()
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dm32c.cpu7074 (define-pmacro (insn32-imm1-imm2-dst-Prefixed-defn xmode wstr wbit base1 base2 base3 base4 op opc1 …
7096 (define-pmacro (insn32-imm1-imm2-dst-Unprefixed-defn xmode wstr wbit base1 base2 base3 base4 op opc…
7119 (insn32-imm1-imm2-dst-Prefixed-defn QI .b 0 32 40 48 56 op opc32-1 opc32-2 opc32-3 sem)
7120 (insn32-imm1-imm2-dst-Prefixed-defn HI .w 1 40 48 56 64 op opc32-1 opc32-2 opc32-3 sem)
7125 (insn32-imm1-imm2-dst-Unprefixed-defn QI .b 0 24 32 40 48 op opc32-1 opc32-2 opc32-3 sem)
7126 (insn32-imm1-imm2-dst-Unprefixed-defn HI .w 1 32 40 48 56 op opc32-1 opc32-2 opc32-3 sem)