Home
last modified time | relevance | path

Searched defs:J1 (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp574 bool J1 = Value & 0x400000; in adjustFixupValue() local
H A DARMMCCodeEmitter.cpp642 uint32_t J1 = (offset & 0x400000) >> 22; in encodeThumbBLOffset() local
805 bool J1 = (Val & 0x400000); in getThumbBranchTargetOpValue() local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Darm-dis.c2658 unsigned int J1 = (given & 0x00002000u) >> 13; in print_insn_thumb32() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2034 uint32_t J1 = Bit32(opcode, 13); in EmulateBLXImmediate() local
2053 uint32_t J1 = Bit32(opcode, 13); in EmulateBLXImmediate() local
2840 uint32_t J1 = Bit32(opcode, 13); in EmulateB() local
2853 uint32_t J1 = Bit32(opcode, 13); in EmulateB() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2894 unsigned J1 = fieldFromInstruction(Insn, 13, 1); in DecodeT2BInstruction() local
4798 unsigned J1 = (Val >> 22) & 1; in DecodeThumbBLXOffset() local
4940 unsigned J1 = (Val >> 22) & 1; in DecodeThumbBLTargetOperand() local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c3560 bfd_vma J1 = (lower_insn & 0x2000) >> 13; in elf32_arm_final_link_relocate() local
3598 bfd_vma J1 = (relocation & 0x00040000) >> 18; in elf32_arm_final_link_relocate() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c12153 addressT S, J1, J2, lo, hi; in md_apply_fix() local