Searched refs:jtype (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h473 int jtype = (code15[i] >> 9) & 15; local
477 if (jtype < 14)
479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19);
480 else if (jtype == 14)
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h473 int jtype = (code15[i] >> 9) & 15; local
477 if (jtype < 14)
479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19);
480 else if (jtype == 14)
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h473 int jtype = (code15[i] >> 9) & 15; local
477 if (jtype < 14)
479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19);
480 else if (jtype == 14)
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h473 int jtype = (code15[i] >> 9) & 15; local
477 if (jtype < 14)
479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19);
480 else if (jtype == 14)
/netbsd-current/external/bsd/libpcap/dist/
H A Dgencode.c1111 * with the test specified by "jtype"; if "reverse" is true, the test
1112 * should test the opposite of "jtype".
1116 u_int size, bpf_u_int32 mask, int jtype, int reverse,
1130 b = new_block(cstate, JMP(jtype));
1133 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
9475 bpf_u_int32 jvalue, int jtype, int reverse)
9487 0xffffffffU, jtype, reverse, jvalue);
9496 0xffffffffU, jtype, reverse, jvalue);
9503 0x0fU, jtype, revers
1115 gen_ncmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, u_int size, bpf_u_int32 mask, int jtype, int reverse, bpf_u_int32 v) argument
9474 gen_atmfield_code_internal(compiler_state_t *cstate, int atmfield, bpf_u_int32 jvalue, int jtype, int reverse) argument
9561 gen_atmfield_code(compiler_state_t *cstate, int atmfield, bpf_u_int32 jvalue, int jtype, int reverse) argument
9770 gen_mtp3field_code(compiler_state_t *cstate, int mtp3field, bpf_u_int32 jvalue_arg, int jtype, int reverse) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-decl.c3530 tree ctype, rtype, itype, jtype; local
3544 jtype = gfc_get_int_type (ikinds[jkind]);
3545 if (itype && jtype)
3551 jtype, 2, jtype, itype);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.cc3577 tree ctype, rtype, itype, jtype; local
3591 jtype = gfc_get_int_type (ikinds[jkind]);
3592 if (itype && jtype)
3598 jtype, 2, jtype, itype);

Completed in 230 milliseconds