HomeSort by relevance Sort by last modified time
    Searched defs:insn32 (Results 1 - 9 of 9) sorted by null

  /external/capstone/arch/XCore/
XCoreDisassembler.c 733 uint32_t insn32; local
751 if (!readInstruction32(code, code_len, &insn32)) {
756 Result = decodeInstruction_4(DecoderTable32, MI, insn32, address, info, 0);
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 755 uint32_t insn32; local
757 if (!readInstruction32(Bytes, Address, Size, insn32)) {
762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
  /external/capstone/arch/ARM/
ARMDisassembler.c 691 uint32_t NEONLdStInsn, insn32, NEONDataInsn, NEONCryptoInsn, NEONv8Insn; local
761 insn32 = (bytes[3] << 0) |
766 insn32 = (bytes[3] << 8) |
772 result = decodeInstruction_4(DecoderTableThumb32, MI, insn32, Address, NULL, ud->mode);
782 result = decodeInstruction_4(DecoderTableThumb232, MI, insn32, Address, NULL, ud->mode);
790 result = decodeInstruction_4(DecoderTableVFP32, MI, insn32, Address, NULL, ud->mode);
797 if (fieldFromInstruction_4(insn32, 28, 4) == 0xE) {
799 result = decodeInstruction_4(DecoderTableVFP32, MI, insn32, Address, NULL, ud->mode);
808 result = decodeInstruction_4(DecoderTableVFPV832, MI, insn32, Address, NULL, ud->mode);
814 if (fieldFromInstruction_4(insn32, 28, 4) == 0xE)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 767 uint32_t insn32 = (bytes[3] << 8) | local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coff-arm.c 76 typedef unsigned long int insn32; typedef
988 static insn32
989 insert_thumb_branch (insn32 br_insn, int rel_off)
1083 static const insn32 a2t1_ldr_insn = 0xe59fc000;
1084 static const insn32 a2t2_bx_r12_insn = 0xe12fff1c;
1085 static const insn32 a2t3_func_addr_insn = 0x00000001;
1109 static const insn32 t2a3_b_insn = 0xea000000;
1115 static const insn32 t2a5_pop_insn = 0xe8bd4040;
1116 static const insn32 t2a6_bx_insn = 0xe12fff1e;
    [all...]
elfxx-mips.c 444 bfd_boolean insn32; member in struct:mips_elf_link_hash_table
13432 bfd_boolean insn32 = mips_elf_hash_table (link_info)->insn32; local
    [all...]
elf32-arm.c 2110 typedef unsigned long int insn32; typedef
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 23410 UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
23422 { UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
23440 UInt insn32 = (INSN0(15,0) << 16) | INSN1(15,0); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mips.c 239 Changed by `.set insn32' and `.set noinsn32', and the -minsn32
240 and -mno-insn32 command line options. */
241 bfd_boolean insn32; member in struct:mips_set_options
284 /* nomove */ 0, /* nobopt */ 0, /* noautoextend */ 0, /* insn32 */ FALSE,
295 /* nomove */ 0, /* nobopt */ 0, /* noautoextend */ 0, /* insn32 */ FALSE,
813 ? (mips_opts.insn32 \
820 || (mips_opts.micromips && !mips_opts.insn32)) \
    [all...]

Completed in 457 milliseconds