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

/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c64 enum { J1, J2 = -1, J3 }; enumerator in enum:__anon19184
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp451 bool J1 = Value & 0x400000; local
453 J1 ^= I;
457 out |= !J1 << 13; // J1 bit
471 out |= (Value & 0x20000) >> 4; // J1 bit
481 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S).
484 // J = either J1 or J2 bit
508 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S).
511 // J = either J1 or J2 bit, 0 = zero.
H A DARMMCCodeEmitter.cpp589 uint32_t J1 = (offset & 0x400000) >> 22; local
591 J1 = (~J1 & 0x1);
593 J1 ^= S;
597 offset |= J1 << 22;
753 bool J1 = (Val & 0x400000); local
755 if (I ^ J1)
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp256 bool isPairInSame(Instruction *J1, Instruction *J2) { argument
257 DenseMap<Instruction *, int>::iterator J1I = PossibleRedIdx.find(J1);
270 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { argument
271 if (PossibleRedIdx.count(J1)) {
275 PossibleRedIter[J1] = 0;
278 int Idx = PossibleRedIdx[J1];
856 for (BasicBlock::iterator J1 = Header->begin(), J2 = Header->begin(),
857 JE = Header->end(); J1 != JE && !MatchFailed; ++J1) {
858 if (cast<Instruction>(J1)
[all...]
/external/qemu/disas/
H A Darm.c3618 unsigned int J1 = (given & 0x00002000u) >> 13; local
3624 offset |= J1 << 18;
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2169 // Note the J1 and J2 values are from the encoded instruction. So here
2171 // I1 = NOT(J1 EOR S);
2176 unsigned J1 = fieldFromInstruction(Insn, 13, 1); local
2178 unsigned I1 = !(J1 ^ S);
3799 // Val is passed in as S:J1:J2:imm10H:imm10L:'0'
3800 // Note only one trailing zero not two. Also the J1 and J2 values are from
3802 // I1 = NOT(J1 EOR S);
3807 unsigned J1 = (Val >> 22) & 1; local
3809 unsigned I1 = !(J1 ^ S);
3936 // Val is passed in as S:J1
3944 unsigned J1 = (Val >> 22) & 1; local
[all...]
/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...]
/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]

Completed in 308 milliseconds