| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| mathbuiltins.def | 44 DEFINE_MATH_BUILTIN (J1, "j1", 0)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| mathbuiltins.def | 44 DEFINE_MATH_BUILTIN (J1, "j1", 0)
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| LoopRerollPass.cpp | 308 bool isPairInSame(Instruction *J1, Instruction *J2) { 309 DenseMap<Instruction *, int>::iterator J1I = PossibleRedIdx.find(J1); 322 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { 323 if (PossibleRedIdx.count(J1)) { 327 PossibleRedIter[J1] = 0; 330 int Idx = PossibleRedIdx[J1];
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| ARMMCCodeEmitter.cpp | 642 uint32_t J1 = (offset & 0x400000) >> 22; 644 J1 = (~J1 & 0x1); 646 J1 ^= S; 650 offset |= J1 << 22; 805 bool J1 = (Val & 0x400000); 807 if (I ^ J1)
|
| ARMAsmBackend.cpp | 571 bool J1 = Value & 0x400000; 573 J1 ^= I; 577 out |= !J1 << 13; // J1 bit 596 out |= (Value & 0x20000) >> 4; // J1 bit 615 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S). 618 // J = either J1 or J2 bit 642 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S). 645 // J = either J1 or J2 bit, 0 = zero.
|
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr.cc | 4118 return ("br%j1 .+2" CR_TAB 4121 return ("br%j1 .+4" CR_TAB 4130 return "br%j1 %0"; 4880 avr_asm_len (TINY_ADIW (%I1, %J1, %o1) CR_TAB 4883 avr_asm_len (TINY_SBIW (%I1, %J1, %o1), op, plen, 2); 4892 avr_asm_len (TINY_ADIW (%I1, %J1, %o1) CR_TAB 5034 return avr_asm_len (TINY_ADIW (%I1, %J1, %o1) CR_TAB 5041 avr_asm_len (TINY_ADIW (%I1, %J1, %o1) CR_TAB 5046 avr_asm_len (TINY_SBIW (%I1, %J1, %o1+1), op, plen, 2); 5073 return avr_asm_len (TINY_SBIW (%I1, %J1, 2) CR_TA [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr.cc | 3468 return ("br%j1 .+2" CR_TAB 3471 return ("br%j1 .+4" CR_TAB 3480 return "br%j1 %0"; 4234 avr_asm_len (TINY_ADIW (%I1, %J1, %o1) CR_TAB 4237 avr_asm_len (TINY_SBIW (%I1, %J1, %o1), op, plen, 2); 4246 avr_asm_len (TINY_ADIW (%I1, %J1, %o1) CR_TAB 4388 return avr_asm_len (TINY_ADIW (%I1, %J1, %o1) CR_TAB 4395 avr_asm_len (TINY_ADIW (%I1, %J1, %o1) CR_TAB 4400 avr_asm_len (TINY_SBIW (%I1, %J1, %o1+1), op, plen, 2); 4428 return avr_asm_len (TINY_SBIW (%I1, %J1, 2) CR_TA [all...] |
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| thumbemu.c | 196 ARMword J1; 205 J1 = ntBIT (13); 208 simm32 = (J1 << 19) | (J2 << 18) | (imm6 << 12) | (imm11 << 1);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| convert.cc | 182 CASE_MATHFN (J1)
|
| builtins.cc | 1997 CASE_MATHFN (J1) \
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| convert.cc | 181 CASE_MATHFN (J1)
|
| builtins.cc | 1977 CASE_MATHFN (J1) \
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/ |
| ARMDisassembler.cpp | 2637 // Note the J1 and J2 values are from the encoded instruction. So here 2639 // I1 = NOT(J1 EOR S); 2644 unsigned J1 = fieldFromInstruction(Insn, 13, 1); 2646 unsigned I1 = !(J1 ^ S); 4497 // Val is passed in as S:J1:J2:imm10H:imm10L:'0' 4498 // Note only one trailing zero not two. Also the J1 and J2 values are from 4500 // I1 = NOT(J1 EOR S); 4505 unsigned J1 = (Val >> 22) & 1; 4507 unsigned I1 = !(J1 ^ S); 4638 // Val is passed in as S:J1:J2:imm10:imm1 [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| traits.d | 4496 interface J1 {} 4499 class B2 : B1, J1, J2 {} 4500 class B3 : B2, J1 {} 4506 assert(is (TL[3] == J1));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| arm-dis.c | 11567 unsigned int J1 = (given & 0x00002000u) >> 13; 11573 offset |= J1 << 18;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arm-dis.c | 11567 unsigned int J1 = (given & 0x00002000u) >> 13; 11573 offset |= J1 << 18;
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| arm-dis.c | 11567 unsigned int J1 = (given & 0x00002000u) >> 13; 11573 offset |= J1 << 18;
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| arm-dis.c | 11567 unsigned int J1 = (given & 0x00002000u) >> 13; 11573 offset |= J1 << 18;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-arm.c | 5637 int j1 = (insn & 0x2000) != 0; local 5639 int i1 = !(j1 ^ s); 10992 with Thumb-1) involving the J1 and J2 bits. */ 10998 bfd_vma j1 = (lower_insn & (1 << 13)) >> 13; local 11000 bfd_vma i1 = j1 ^ s ? 0 : 1; 11203 bfd_vma J1 = (lower_insn & 0x2000) >> 13; 11207 upper |= J1 << 6; 11260 bfd_vma J1 = (relocation & 0x00040000) >> 18; 11265 lower_insn = (lower_insn & 0xd000) | (J1 << 13) | (J2 << 11) | lo; 18495 unsigned int i1, j1, i2, j2, s local 18556 int j1 = s ^ !((branch_offset & 0x800000) >> 23); local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-arm.c | 5709 int j1 = (insn & 0x2000) != 0; local 5711 int i1 = !(j1 ^ s); 11121 with Thumb-1) involving the J1 and J2 bits. */ 11127 bfd_vma j1 = (lower_insn & (1 << 13)) >> 13; local 11129 bfd_vma i1 = j1 ^ s ? 0 : 1; 11332 bfd_vma J1 = (lower_insn & 0x2000) >> 13; 11336 upper |= J1 << 6; 11389 bfd_vma J1 = (relocation & 0x00040000) >> 18; 11394 lower_insn = (lower_insn & 0xd000) | (J1 << 13) | (J2 << 11) | lo; 18684 unsigned int i1, j1, i2, j2, s local 18745 int j1 = s ^ !((branch_offset & 0x800000) >> 23); local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-arm.c | 5705 int j1 = (insn & 0x2000) != 0; local 5707 int i1 = !(j1 ^ s); 11115 with Thumb-1) involving the J1 and J2 bits. */ 11121 bfd_vma j1 = (lower_insn & (1 << 13)) >> 13; local 11123 bfd_vma i1 = j1 ^ s ? 0 : 1; 11326 bfd_vma J1 = (lower_insn & 0x2000) >> 13; 11330 upper |= J1 << 6; 11383 bfd_vma J1 = (relocation & 0x00040000) >> 18; 11388 lower_insn = (lower_insn & 0xd000) | (J1 << 13) | (J2 << 11) | lo; 18673 unsigned int i1, j1, i2, j2, s local 18734 int j1 = s ^ !((branch_offset & 0x800000) >> 23); local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-arm.c | 5631 int j1 = (insn & 0x2000) != 0; local 5633 int i1 = !(j1 ^ s); 10987 with Thumb-1) involving the J1 and J2 bits. */ 10993 bfd_vma j1 = (lower_insn & (1 << 13)) >> 13; local 10995 bfd_vma i1 = j1 ^ s ? 0 : 1; 11198 bfd_vma J1 = (lower_insn & 0x2000) >> 13; 11202 upper |= J1 << 6; 11255 bfd_vma J1 = (relocation & 0x00040000) >> 18; 11260 lower_insn = (lower_insn & 0xd000) | (J1 << 13) | (J2 << 11) | lo; 18490 unsigned int i1, j1, i2, j2, s local 18551 int j1 = s ^ !((branch_offset & 0x800000) >> 23); local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arm.c | 28339 addressT S, J1, J2, lo, hi; 28343 J1 = (value & 0x00040000) >> 18; 28350 newval2 |= (J1 << 13) | (J2 << 11) | lo;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arm.c | 28342 addressT S, J1, J2, lo, hi; 28346 J1 = (value & 0x00040000) >> 18; 28353 newval2 |= (J1 << 13) | (J2 << 11) | lo;
|