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

/macosx-10.10.1/vim-55/runtime/indent/
H A Djavascript.vim14 setlocal cinoptions+=j1,J1
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbessel.tcl23 namespace export J0 J1 Jn J1/2 J-1/2 I_n
38 # J1 --
44 # Value of J1(x)
46 proc ::math::special::J1 {x} {
97 # J1/2 --
103 # Value of J1/2(x)
105 proc ::math::special::J1/2 {x} {
180 puts "J0($x) = [::math::special::J0 $x] - J1($x) = [::math::special::J1
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_isadep_arm.c304 int S = (*inst >> 10) & 1, J1 = (*inst2 >> 13) & 1, J2 = (*inst2 >> 11) & 1; local
306 (S << 20) | (J2 << 19) | (J1 << 18) |
316 int S = (*inst >> 10) & 1, J1 = (*inst2 >> 13) & 1, J2 = (*inst2 >> 11) & 1; local
317 int I1 = (J1 != S) ? 0 : 1, I2 = (J2 != S) ? 0 : 1;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp366 bool J1 = Value & 0x400000; local
368 J1 ^= I;
372 out |= !J1 << 13; // J1 bit
388 out |= (Value & 0x20000) >> 4; // J1 bit
400 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S).
403 // J = either J1 or J2 bit
431 // where I1 = NOT(J1 ^ S) and I2 = NOT(J2 ^ S).
434 // J = either J1 or J2 bit, 0 = zero.
H A DARMMCCodeEmitter.cpp483 uint32_t J1 = (offset & 0x400000) >> 22; local
485 J1 = (~J1 & 0x1);
487 J1 ^= S;
491 offset |= J1 << 22;
631 bool J1 = (Val & 0x400000); local
633 if (I ^ J1)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2099 // Note the J1 and J2 values are from the encoded instruction. So here
2101 // I1 = NOT(J1 EOR S);
2106 unsigned J1 = fieldFromInstruction(Insn, 13, 1); local
2108 unsigned I1 = !(J1 ^ S);
3381 // Val is passed in as S:J1:J2:imm10H:imm10L:'0'
3382 // Note only one trailing zero not two. Also the J1 and J2 values are from
3384 // I1 = NOT(J1 EOR S);
3389 unsigned J1 = (Val >> 22) & 1; local
3391 unsigned I1 = !(J1 ^ S);
3513 // Val is passed in as S:J1
3521 unsigned J1 = (Val >> 22) & 1; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darm-dis.c3571 unsigned int J1 = (given & 0x00002000u) >> 13;
3577 offset |= J1 << 18;
3570 unsigned int J1 = (given & 0x00002000u) >> 13; local
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-arm.c4967 with Thumb-1) involving the J1 and J2 bits. */
5190 bfd_vma J1 = (lower_insn & 0x2000) >> 13; local
5195 upper |= J1 << 7;
5228 bfd_vma J1 = (relocation & 0x00040000) >> 18; local
5233 lower_insn = (lower_insn & 0xd000) | (J1 << 13) | (J2 << 11) | lo;

Completed in 201 milliseconds