Searched defs:J1 (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 574 bool J1 = Value & 0x400000; in adjustFixupValue() local
|
H A D | ARMMCCodeEmitter.cpp | 642 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 D | arm-dis.c | 2658 unsigned int J1 = (given & 0x00002000u) >> 13; in print_insn_thumb32() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 2034 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 D | ARMDisassembler.cpp | 2894 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 D | elf32-arm.c | 3560 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 D | tc-arm.c | 12153 addressT S, J1, J2, lo, hi; in md_apply_fix() local
|