Searched refs:is_long (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | d30v-dis.c | 28 struct d30v_insn *insn, int is_long, int show_ext)); 116 lookup_opcode (insn, num, is_long) in lookup_opcode() argument 119 int is_long; 182 int is_long; 198 is_long); 205 if (is_long) 262 val = extract_value (num, oper, is_long); 271 int id = extract_value (num, oper3, is_long); 379 extract_value (num, oper, is_long) in extract_value() argument 382 int is_long; [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | d30v-dis.c | 32 lookup_opcode (struct d30v_insn *insn, long num, int is_long) in lookup_opcode() argument 62 if ((!is_long || f->form >= LONG) && (f->modifier == mod)) in lookup_opcode() 90 extract_value (long long num, struct d30v_operand *oper, int is_long) in extract_value() argument 96 if (is_long) in extract_value() 120 int is_long, in print_insn() argument 136 is_long); in print_insn() 143 if (is_long) in print_insn() 201 val = extract_value (num, oper, is_long); in print_insn() 210 int id = extract_value (num, oper3, is_long); in print_insn()
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-cppbuiltin.c | 720 builtin_define_type_max (const char *macro, tree type, int is_long) in builtin_define_type_max() argument 749 suffix = suffixes[is_long * 2 + TYPE_UNSIGNED (type)]; in builtin_define_type_max()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxx.cpp | 773 ValueObjectSP is_long = in ExtractLibcxxStringInfo() local 780 if (is_long) { in ExtractLibcxxStringInfo() 782 short_mode = !is_long->GetValueAsUnsigned(/*fail_value=*/0); in ExtractLibcxxStringInfo()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-write.c | 2220 int is_long = TYPE_PRECISION (TREE_TYPE (exp)) > 32; local 2223 if (is_long) 2225 NOTE_PUSH (1 + is_long); 2226 OP1 (OPCODE_ixor + is_long); 2227 NOTE_POP (1 + is_long);
|
/openbsd/bin/ksh/ |
H A D | vi.c | 92 #define is_long(c) (classify[(c)&0x7f]&X_) macro 544 else if (is_long(ch)) in nextstate()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.c | 5166 builtin_define_type_max (macro, type, is_long) in builtin_define_type_max() argument 5169 int is_long; 5198 suffix = suffixes[is_long * 2 + TREE_UNSIGNED (type)];
|