Searched refs:J1 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mdct_vfp.S | 33 J1 .req a4 label 63 mov J1, J0, lsr #16 70 add J1, OUT, J1, lsl #3 74 vstr s9, [J1] 78 vstr s13, [J1, #4] 102 ldrh J1, [REVTAB], #2 108 add J1, OUT, J1, lsl #3 112 vstr s9, [J1] [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 298 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame() 299 DenseMap<Instruction *, int>::iterator J1I = PossibleRedIdx.find(J1); in isPairInSame() 312 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair() 313 if (PossibleRedIdx.count(J1)) { in recordPair() 317 PossibleRedIter[J1] = 0; in recordPair() 320 int Idx = PossibleRedIdx[J1]; in recordPair()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 648 uint32_t J1 = (offset & 0x400000) >> 22; in encodeThumbBLOffset() local 650 J1 = (~J1 & 0x1); in encodeThumbBLOffset() 652 J1 ^= S; in encodeThumbBLOffset() 656 offset |= J1 << 22; in encodeThumbBLOffset() 811 bool J1 = (Val & 0x400000); in getThumbBranchTargetOpValue() local 813 if (I ^ J1) in getThumbBranchTargetOpValue()
|
H A D | ARMAsmBackend.cpp | 558 bool J1 = Value & 0x400000; in adjustFixupValue() local 560 J1 ^= I; in adjustFixupValue() 564 out |= !J1 << 13; // J1 bit in adjustFixupValue() 583 out |= (Value & 0x20000) >> 4; // J1 bit in adjustFixupValue() 602 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S). in adjustFixupValue() 605 // J = either J1 or J2 bit in adjustFixupValue() 629 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S). in adjustFixupValue() 632 // J = either J1 or J2 bit, 0 = zero. in adjustFixupValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2616 // Note the J1 and J2 values are from the encoded instruction. So here in DecodeT2BInstruction() 2618 // I1 = NOT(J1 EOR S); in DecodeT2BInstruction() 2623 unsigned J1 = fieldFromInstruction(Insn, 13, 1); in DecodeT2BInstruction() local 2625 unsigned I1 = !(J1 ^ S); in DecodeT2BInstruction() 4472 // Val is passed in as S:J1:J2:imm10H:imm10L:'0' in DecodeThumbBLXOffset() 4473 // Note only one trailing zero not two. Also the J1 and J2 values are from in DecodeThumbBLXOffset() 4475 // I1 = NOT(J1 EOR S); in DecodeThumbBLXOffset() 4480 unsigned J1 = (Val >> 22) & 1; in DecodeThumbBLXOffset() local 4482 unsigned I1 = !(J1 ^ S); in DecodeThumbBLXOffset() 4611 // Val is passed in as S:J1 in DecodeThumbBLTargetOperand() 4619 unsigned J1 = (Val >> 22) & 1; DecodeThumbBLTargetOperand() local [all...] |
Completed in 21 milliseconds