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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp648 uint32_t J1 = (offset & 0x400000) >> 22; local
811 bool J1 = (Val & 0x400000); local
H A DARMAsmBackend.cpp554 bool J1 = Value & 0x400000; local
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c3605 unsigned int J1 = (given & 0x00002000u) >> 13; 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.cpp2044 uint32_t J1 = Bit32(opcode, 13); local
2063 uint32_t J1 = Bit32(opcode, 13); local
2852 uint32_t J1 = Bit32(opcode, 13); local
2865 uint32_t J1 = Bit32(opcode, 13); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2623 unsigned J1 = fieldFromInstruction(Insn, 13, 1); local
4480 unsigned J1 = (Val >> 22) & 1; local
4619 unsigned J1 = (Val >> 22) & 1; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c5257 bfd_vma J1 = (lower_insn & 0x2000) >> 13; local
5286 bfd_vma J1 = (relocation & 0x00040000) >> 18; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c18493 addressT S, J1, J2, lo, hi; local

Completed in 295 milliseconds