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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp281 bool J1 = Value & 0x400000; local
283 J1 ^= I;
287 out |= !J1 << 13; // J1 bit
303 out |= (Value & 0x20000) >> 4; // J1 bit
H A DARMMCCodeEmitter.cpp480 uint32_t J1 = (offset & 0x400000) >> 22; local
482 J1 = (~J1 & 0x1);
484 J1 ^= S;
488 offset |= J1 << 22;
619 bool J1 = (Val & 0x400000); local
621 if (I ^ J1)
/external/qemu/
H A Darm-dis.c3614 unsigned int J1 = (given & 0x00002000u) >> 13; local
3620 offset |= J1 << 18;
/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 129 milliseconds