Searched refs:J1 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c64 enum { J1, J2 = -1, J3 }; enumerator in enum:__anon2427
/external/llvm/test/MC/MachO/ARM/
H A Dthumb-bl-jbits.s17 # has it displacement encoded correctly with respect to the J1 and J2 bits when
/external/llvm/lib/Fuzzer/
H A DFuzzerLoop.cpp292 for (size_t J1 = 0; J1 < Corpus.size(); J1++) {
296 CurrentUnit = Corpus[J1];
302 CrossOver(Corpus[J1], Corpus[J2], &CurrentUnit, Options.MaxLen);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp436 bool J1 = Value & 0x400000; local
438 J1 ^= I;
442 out |= !J1 << 13; // J1 bit
456 out |= (Value & 0x20000) >> 4; // J1 bit
466 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S).
469 // J = either J1 or J2 bit
493 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S).
496 // J = either J1 or J2 bit, 0 = zero.
H A DARMMCCodeEmitter.cpp609 uint32_t J1 = (offset & 0x400000) >> 22; local
611 J1 = (~J1 & 0x1);
613 J1 ^= S;
617 offset |= J1 << 22;
773 bool J1 = (Val & 0x400000); local
775 if (I ^ J1)
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp271 bool isPairInSame(Instruction *J1, Instruction *J2) { argument
272 DenseMap<Instruction *, int>::iterator J1I = PossibleRedIdx.find(J1);
285 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { argument
286 if (PossibleRedIdx.count(J1)) {
290 PossibleRedIter[J1] = 0;
293 int Idx = PossibleRedIdx[J1];
/external/libvncserver/x11vnc/
H A Dscan.c790 int I, J, I1, I2, J1, J2; /* indices for main fb (source) */ local
983 J1 = (int) FLOOR(y1);
984 J1 = nfix(J1, Ny);
990 J2 = J1 + 1; /* simple interpolation */
991 ddy = y1 - J1;
1018 src = src_fb + J1*src_bytes_per_line + I1*Bpp;
1070 for (J=J1; J<=J2; J++) {
1075 if (J != J1) {
1084 } else if (J == J1) {
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_intrapred_ssse3.asm542 ; A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1 O1 P1
543 ; A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1
544 ; A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1
545 ; A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2223 // Note the J1 and J2 values are from the encoded instruction. So here
2225 // I1 = NOT(J1 EOR S);
2230 unsigned J1 = fieldFromInstruction(Insn, 13, 1); local
2232 unsigned I1 = !(J1 ^ S);
3901 // Val is passed in as S:J1:J2:imm10H:imm10L:'0'
3902 // Note only one trailing zero not two. Also the J1 and J2 values are from
3904 // I1 = NOT(J1 EOR S);
3909 unsigned J1 = (Val >> 22) & 1; local
3911 unsigned I1 = !(J1 ^ S);
4038 // Val is passed in as S:J1
4046 unsigned J1 = (Val >> 22) & 1; local
[all...]
/external/svox/pico/lib/
H A Dpicopam.c174 picoos_int16 nTotalSyllables; /*number of syllables in the sentence -> J1*/
242 picoos_uint8 j1_utterance_syllable; /*J1 */
324 #define J1 55 macro
4118 case J1: /*processor for J1 */
4127 pam->sSyllFeats[pam->nCurrSyllable].phoneV[J1]
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1462 uint32_t J1 = Bit32(opcode, 13); local
1465 uint32_t I1 = !(J1 ^ S);
1480 uint32_t J1 = Bit32(opcode, 13); local
1483 uint32_t I1 = !(J1 ^ S);
2284 uint32_t J1 = Bit32(opcode, 13); local
2287 uint32_t imm21 = (S << 20) | (J2 << 19) | (J1 << 18) | (imm6 << 12) | (imm11 << 1);
2297 uint32_t J1 = Bit32(opcode, 13); local
2300 uint32_t I1 = !(J1 ^ S);
12566 // J1 == J2 == 1
12568 // J1
[all...]

Completed in 518 milliseconds