Home
last modified time | relevance | path

Searched refs:J1 (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D380.crt17 PPLJZ0WcrJSKWDn+XdlIh/bmjYeO38lrZZj+gsSr3PnlPjaPCT0Pisg7qR17m/J1
D2022.crt20 wNZdinOCO7i3lDRtANs2ffcYS2kDmYUc0ekLyivhnnd7Lynderqe8cKi5qwEX+J1
D1297.crt10 ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANxyx7Qw1S9/J1+2vXEMR7vm
D305.key9 wDvRKT9uuAuZ6GotU05mI5I86bfcJuKzEc2j+J1/DOVKkYg8aZzsp8kzaYv6F4Zf
D289.chain35 j8v2SApMHwrlpnf7Rfz5ByyHMof6DgjpmnS25797pt1iMN332qO8h9SBWbRws/J1
/openbsd/src/sys/dev/pci/drm/i915/
Dintel_step.h62 func(J1) \
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp304 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
305 DenseMap<Instruction *, int>::iterator J1I = PossibleRedIdx.find(J1); in isPairInSame()
318 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
319 if (PossibleRedIdx.count(J1)) { in recordPair()
323 PossibleRedIter[J1] = 0; in recordPair()
326 int Idx = PossibleRedIdx[J1]; in recordPair()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp642 uint32_t J1 = (offset & 0x400000) >> 22; in encodeThumbBLOffset() local
644 J1 = (~J1 & 0x1); in encodeThumbBLOffset()
646 J1 ^= S; in encodeThumbBLOffset()
650 offset |= J1 << 22; in encodeThumbBLOffset()
805 bool J1 = (Val & 0x400000); in getThumbBranchTargetOpValue() local
807 if (I ^ J1) in getThumbBranchTargetOpValue()
DARMAsmBackend.cpp574 bool J1 = Value & 0x400000; in adjustFixupValue() local
576 J1 ^= I; in adjustFixupValue()
580 out |= !J1 << 13; // J1 bit in adjustFixupValue()
/openbsd/src/gnu/gcc/gcc/
Dconvert.c162 CASE_MATHFN (J1) in convert_to_real()
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Darm-dis.c2658 unsigned int J1 = (given & 0x00002000u) >> 13; in print_insn_thumb32() local
2664 offset |= J1 << 18; in print_insn_thumb32()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp2894 unsigned J1 = fieldFromInstruction(Insn, 13, 1); in DecodeT2BInstruction() local
2896 unsigned I1 = !(J1 ^ S); in DecodeT2BInstruction()
4798 unsigned J1 = (Val >> 22) & 1; in DecodeThumbBLXOffset() local
4800 unsigned I1 = !(J1 ^ S); in DecodeThumbBLXOffset()
4940 unsigned J1 = (Val >> 22) & 1; in DecodeThumbBLTargetOperand() local
4942 unsigned I1 = !(J1 ^ S); in DecodeThumbBLTargetOperand()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp2034 uint32_t J1 = Bit32(opcode, 13); in EmulateBLXImmediate() local
2037 uint32_t I1 = !(J1 ^ S); in EmulateBLXImmediate()
2053 uint32_t J1 = Bit32(opcode, 13); in EmulateBLXImmediate() local
2056 uint32_t I1 = !(J1 ^ S); in EmulateBLXImmediate()
2840 uint32_t J1 = Bit32(opcode, 13); in EmulateB() local
2844 (S << 20) | (J2 << 19) | (J1 << 18) | (imm6 << 12) | (imm11 << 1); in EmulateB()
2853 uint32_t J1 = Bit32(opcode, 13); in EmulateB() local
2856 uint32_t I1 = !(J1 ^ S); in EmulateB()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-arm.c3560 bfd_vma J1 = (lower_insn & 0x2000) >> 13; in elf32_arm_final_link_relocate() local
3565 upper |= J1 << 7; in elf32_arm_final_link_relocate()
3598 bfd_vma J1 = (relocation & 0x00040000) >> 18; in elf32_arm_final_link_relocate() local
3603 lower_insn = (lower_insn & 0xd000) | (J1 << 13) | (J2 << 11) | lo; in elf32_arm_final_link_relocate()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/romp/
Dromp.md2710 return \"j%J1 %l0\";
2712 return \"b%J1%# %l0\";
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.md11664 "mfcr %0%Q2\;{rlinm|rlwinm} %0,%0,%J1,1"
11696 "mfcr %0%Q2\;{rlinm|rlwinm} %0,%0,%J1,1"
11714 mfcr %3%Q2\;{rlinm.|rlwinm.} %3,%3,%J1,1
11833 "mfcr %3\;{rlinm|rlwinm} %0,%3,%J1,1\;{rlinm|rlwinm} %3,%3,%J4,1"
11847 "mfcr %3\;{rlinm|rlwinm} %0,%3,%J1,1\;{rlinm|rlwinm} %3,%3,%J4,1"
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.md11618 "%D1mfcr %0\;{rlinm|rlwinm} %0,%0,%J1,1"
11636 "%D1mfcr %0\;{rlinm|rlwinm} %0,%0,%J1,1"
11650 %D1mfcr %3\;{rlinm.|rlwinm.} %3,%3,%J1,1
11765 "%D1%D4mfcr %3\;{rlinm|rlwinm} %0,%3,%J1,1\;{rlinm|rlwinm} %3,%3,%J4,1"
11779 "%D1%D4mfcr %3\;{rlinm|rlwinm} %0,%3,%J1,1\;{rlinm|rlwinm} %3,%3,%J4,1"
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-arm.c12153 addressT S, J1, J2, lo, hi; in md_apply_fix() local
12157 J1 = (value & 0x00040000) >> 18; in md_apply_fix()
12164 newval2 |= (J1 << 13) | (J2 << 11) | lo; in md_apply_fix()
/openbsd/src/sys/dev/pci/
Dpcidevs8958 product RHINO R1T1 0x0105 T1/E1/J1
8959 product RHINO R4T1 0x0305 Quad T1/E1/J1
8960 product RHINO R2T1 0x0605 Dual T1/E1/J1