Searched refs:J2 (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LoopRerollPass.cpp | 271 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame() 274 DenseMap<Instruction *, int>::iterator J2I = PossibleRedIdx.find(J2); in isPairInSame() 285 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair() 287 assert(PossibleRedIdx.count(J2) && in recordPair() 291 PossibleRedIter[J2] = i; in recordPair() 294 assert(Idx == PossibleRedIdx[J2] && in recordPair()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMAsmBackend.cpp | 437 bool J2 = Value & 0x200000; in adjustFixupValue() local 439 J2 ^= I; in adjustFixupValue() 443 out |= !J2 << 11; // J2 bit in adjustFixupValue()
|
| HD | ARMMCCodeEmitter.cpp | 610 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local 612 J2 = (~J2 & 0x1); in encodeThumbBLOffset() 614 J2 ^= S; in encodeThumbBLOffset() 618 offset |= J2 << 21; in encodeThumbBLOffset() 774 bool J2 = (Val & 0x200000); in getUnconditionalBranchTargetOpValue() local 780 if (I ^ J2) in getUnconditionalBranchTargetOpValue()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 2233 unsigned J2 = fieldFromInstruction(Insn, 11, 1); in DecodeT2BInstruction() local 2235 unsigned I2 = !(J2 ^ S); in DecodeT2BInstruction() 3916 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLXOffset() local 3918 unsigned I2 = !(J2 ^ S); in DecodeThumbBLXOffset() 4054 unsigned J2 = (Val >> 21) & 1; in DecodeThumbBLTargetOperand() local 4056 unsigned I2 = !(J2 ^ S); in DecodeThumbBLTargetOperand()
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | arm-dis.c | 3606 unsigned int J2 = (given & 0x00000800u) >> 11; in print_insn_thumb32() local 3610 offset |= J2 << 19; in print_insn_thumb32()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| HD | EmulateInstructionARM.cpp | 1534 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate() local 1537 uint32_t I2 = !(J2 ^ S); in EmulateBLXImmediate() 1553 uint32_t J2 = Bit32(opcode, 11); in EmulateBLXImmediate() local 1556 uint32_t I2 = !(J2 ^ S); in EmulateBLXImmediate() 2366 uint32_t J2 = Bit32(opcode, 11); in EmulateB() local 2368 uint32_t imm21 = (S << 20) | (J2 << 19) | (J1 << 18) | (imm6 << 12) | (imm11 << 1); in EmulateB() 2379 uint32_t J2 = Bit32(opcode, 11); in EmulateB() local 2382 uint32_t I2 = !(J2 ^ S); in EmulateB()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf32-arm.c | 5265 bfd_vma J2 = (lower_insn & 0x0800) >> 11; in elf32_arm_final_link_relocate() local 5269 upper |= J2 << 7; in elf32_arm_final_link_relocate() 5292 bfd_vma J2 = (relocation & 0x00080000) >> 19; in elf32_arm_final_link_relocate() local 5298 lower_insn = (lower_insn & 0xd000) | (J1 << 13) | (J2 << 11) | lo; in elf32_arm_final_link_relocate()
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390.md | 7295 "lg\t%0,%1%J2" 7305 l\t%0,%1%J2 7306 ly\t%0,%1%J2"
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 18461 addressT S, J1, J2, lo, hi; in md_apply_fix() local 18464 J2 = (value & 0x00080000) >> 19; in md_apply_fix() 18472 newval2 |= (J1 << 13) | (J2 << 11) | lo; in md_apply_fix()
|