Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMAsmBackend.cpp555 bool J2 = Value & 0x200000; in adjustFixupValue() local
HDARMMCCodeEmitter.cpp649 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local
812 bool J2 = (Val & 0x200000); in getThumbBranchTargetOpValue() local
/freebsd-11-stable/contrib/binutils/opcodes/
HDarm-dis.c3606 unsigned int J2 = (given & 0x00000800u) >> 11; in print_insn_thumb32() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp2045 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate() local
2064 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate() local
2853 uint32_t J2 = Bit32(opcode, 11); in EmulateB() local
2866 uint32_t J2 = Bit32(opcode, 11); in EmulateB() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp2624 unsigned J2 = fieldFromInstruction(Insn, 11, 1); in DecodeT2BInstruction() local
4481 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLXOffset() local
4620 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLTargetOperand() local
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-arm.c5258 bfd_vma J2 = (lower_insn & 0x0800) >> 11; in elf32_arm_final_link_relocate() local
5285 bfd_vma J2 = (relocation & 0x00080000) >> 19; in elf32_arm_final_link_relocate() local
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-arm.c18493 addressT S, J1, J2, lo, hi; in md_apply_fix() local