Searched defs:J2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp649 uint32_t J2 = (offset & 0x200000) >> 21; local
812 bool J2 = (Val & 0x200000); local
H A DARMAsmBackend.cpp555 bool J2 = Value & 0x200000; local
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c3606 unsigned int J2 = (given & 0x00000800u) >> 11; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp298 bool isPairInSame(Instruction *J1, Instruction *J2) { argument
312 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2045 uint32_t J2 = Bit32(opcode, 11); local
2064 uint32_t J2 = Bit32(opcode, 11); local
2853 uint32_t J2 = Bit32(opcode, 11); local
2866 uint32_t J2 = Bit32(opcode, 11); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2624 unsigned J2 = fieldFromInstruction(Insn, 11, 1); local
4481 unsigned J2 = (Val >> 21) & 1; local
4620 unsigned J2 = (Val >> 21) & 1; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c5258 bfd_vma J2 = (lower_insn & 0x0800) >> 11; local
5285 bfd_vma J2 = (relocation & 0x00080000) >> 19; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c18493 addressT S, J1, J2, lo, hi; local

Completed in 496 milliseconds