Searched refs:jtype (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | ft32.h | 473 int jtype = (code15[i] >> 9) & 15; in ft32_decode_shortcode() local 477 if (jtype < 14) in ft32_decode_shortcode() 479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19); in ft32_decode_shortcode() 480 else if (jtype == 14) in ft32_decode_shortcode()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | ft32.h | 473 int jtype = (code15[i] >> 9) & 15; in ft32_decode_shortcode() local 477 if (jtype < 14) in ft32_decode_shortcode() 479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19); in ft32_decode_shortcode() 480 else if (jtype == 14) in ft32_decode_shortcode()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-decl.c | 3530 tree ctype, rtype, itype, jtype; in gfc_build_intrinsic_function_decls() local 3544 jtype = gfc_get_int_type (ikinds[jkind]); in gfc_build_intrinsic_function_decls() 3545 if (itype && jtype) in gfc_build_intrinsic_function_decls() 3551 jtype, 2, jtype, itype); in gfc_build_intrinsic_function_decls()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | README_P9.txt | 464 jtype use intrinsic
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-decl.cc | 3577 tree ctype, rtype, itype, jtype; in gfc_build_intrinsic_function_decls() local 3591 jtype = gfc_get_int_type (ikinds[jkind]); in gfc_build_intrinsic_function_decls() 3592 if (itype && jtype) in gfc_build_intrinsic_function_decls() 3598 jtype, 2, jtype, itype); in gfc_build_intrinsic_function_decls()
|