Home
last modified time | relevance | path

Searched refs:jword (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djavaop.h86 #ifndef jword
87 #define jword uint32 macro
111 WORD_TO_FLOAT(jword w) in WORD_TO_FLOAT()
127 WORD_TO_INT(jword w) in WORD_TO_INT()
136 WORDS_TO_LONG(jword hi, jword lo) in WORDS_TO_LONG()
142 WORDS_TO_DOUBLE(jword hi, jword lo) in WORDS_TO_DOUBLE()
H A Dconstants.c32 static void set_constant_entry PARAMS ((CPool *, int, int, jword));
45 jword value;
51 cpool->data = xmalloc (sizeof(jword) * cpool->capacity);
60 cpool->data = xrealloc (cpool->data, sizeof(jword) * cpool->capacity);
74 jword value;
93 jword word1, word2;
116 return find_constant1 (cpool, CONSTANT_Utf8, (jword) name);
129 if (cpool->tags[i] == tag && cpool->data[i] == (jword) j)
133 set_constant_entry (cpool, i, tag, (jword) j);
280 jword *datap = &cpool->data[1];
[all …]
H A Djcf-parse.c63 (JCF)->cpool.data[INDEX] = (jword) get_identifier (text); \
353 jcf->cpool.data [index] = (jword) value;
436 jcf->cpool.data[i] = (jword) this_class;
466 jcf->cpool.data[i] = (jword) type; in get_class_constant()
H A Djava-tree.h1253 #ifdef jword
1254 extern int find_constant1 PARAMS ((struct CPool *, int, jword));
1255 extern int find_constant2 PARAMS ((struct CPool *, int, jword, jword));
H A Djcf.h115 jword* data;
H A Djcf-reader.c269 jcf->cpool.data = ALLOC (sizeof (jword) * JPOOL_SIZE (jcf));
H A Djcf-write.c799 (jword)(i & 0xFFFFFFFF));
812 (jword)(w1 & 0xFFFFFFFF), (jword)(lo & 0xFFFFFFFF));
827 (jword)(TREE_INT_CST_LOW (value) & 0xFFFFFFFF));
842 return find_constant1 (&state->cpool, CONSTANT_Float, (jword)words[0]);
845 (jword)words[1-FLOAT_WORDS_BIG_ENDIAN],
846 (jword)words[FLOAT_WORDS_BIG_ENDIAN]);
H A DChangeLog5128 * javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before
5515 constant to jword.
7795 (push_int_const): Cast find_constant1's integer arguments to `jword'.
7797 `jword'.
7799 integer arguments to `jword'.
9272 to a `jword' when comparing against one.
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog13403 (main): Define `uint8', `jword' and `JCF_u2' as scalars; use