Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 116) sorted by relevance

12345

/toolchain/binutils/binutils-2.25/cpu/
Dmep-rhcop.cpu24 ;; a real coprocessor. The hardware is defined in mep-core.cpu.
128 ; have to use macros and other real insns to create 48- and 64-bit nops.
137 ; names of the real nop insns.
142 ; A real 16-bit nop insn exists
149 ; A real 32-bit nop insn exists
156 ; There is no 48-bit nop insn so we use a real "dummy" insn to enable the nop.
163 ; There is no 64-bit nop insn so we use a real "dummy" insn to enable the nop.
Dsimplify.inc188 ; This only supports expanding to one real insn.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
Dcomment.s2 # correctly. The file has no real contents.
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/
Dhppa.sed2 s/# Avoid it by putting the comments within real sed commands.//
/toolchain/binutils/binutils-2.25/gold/
Dscript.h248 : real(r), is_global(ig), expression(e), ambiguous(NULL) in Version_tree_match()
252 const Version_tree* real; member
DTODO20 units. It's possible we could fix this for real by looking at the
/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-gen.c584 const opcode_node *real = table + i; in print_find_real_opcode() local
585 const opcode_node *alias = real->next; in print_find_real_opcode()
589 printf (" value = %u;\t/* --> %s. */\n", real_index (real->index), in print_find_real_opcode()
590 get_aarch64_opcode (real)->name); in print_find_real_opcode()
Daarch64-asm.c1139 convert_to_real (aarch64_inst *inst, const aarch64_opcode *real) in convert_to_real() argument
1198 aarch64_replace_opcode (inst, real); in convert_to_real()
Ds390-opc.txt108 b1 lra RX_RRRD "load real address" g5 esa,zarch
116 b24b lura RRE_RR "load using real address" g5 esa,zarch
223 b246 stura RRE_RR "store using real address" g5 esa,zarch
453 e30000000003 lrag RXE_RRRD "load real address 64" z900 zarch
473 b925 sturg RRE_RR "store using real address 64" z900 zarch
475 b905 lurag RRE_RR "load using real address 64" z900 zarch
613 e30000000013 lray RXY_RRRD "load real address with long offset" z990 zarch
632 e30000000003 lrag RXY_RRRD "load real address with long offset 64" z990 zarch
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dlineno.s9 # some real code, compiled from a toy C program
/toolchain/binutils/binutils-2.25/binutils/
Ddebug.c2435 struct debug_type_s *real; in debug_write_type() local
2438 real = debug_get_real_type ((void *) info, type, NULL); in debug_write_type()
2439 if (real == NULL) in debug_write_type()
2442 if ((real->kind == DEBUG_KIND_STRUCT in debug_write_type()
2443 || real->kind == DEBUG_KIND_UNION in debug_write_type()
2444 || real->kind == DEBUG_KIND_CLASS in debug_write_type()
2445 || real->kind == DEBUG_KIND_UNION_CLASS) in debug_write_type()
2446 && real->u.kclass != NULL) in debug_write_type()
2448 if (real->u.kclass->id <= info->base_id) in debug_write_type()
2452 real)) in debug_write_type()
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
Dlabelbug.s10 ; Input scrubbing in gas makes life a real nightmare for assemblers
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c1311 symbolS * real; in coff_frob_symbol() local
1317 && (real = symbol_find_noref (S_GET_NAME (symp), 1)) in coff_frob_symbol()
1318 && S_GET_STORAGE_CLASS (real) == C_NULL in coff_frob_symbol()
1319 && real != symp) in coff_frob_symbol()
1321 c_symbol_merge (symp, real); in coff_frob_symbol()
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dscript_test_2.t38 /* Now the real test. */
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dbrokw-3b.s1 ; Tests the broken-word function with a real switch table. CRISv32 version.
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf32cr16.sc35 /* Many sections come in three flavours. There is the 'real' section,
Delf32crx.sc37 /* Many sections come in three flavours. There is the 'real' section,
Dxstormy16.sc36 # Many sections come in three flavours. There is the 'real' section,
/toolchain/binutils/binutils-2.25/libiberty/
Daclocal.m4126 # because native-compiler support for the real alloca is so !@#$%
/toolchain/binutils/binutils-2.25/ld/
Dldlang.h268 unsigned int real : 1; member
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-i386.texi895 and @samp{t}. @samp{t} stands for 80-bit (ten byte) real. The 80387
896 only supports this format via the @samp{fldt} (load 80-bit real to stack
897 top) and @samp{fstpt} (store 80-bit real and pop stack) instructions.
911 @samp{l} (long), and @samp{q} (quad). As with the 80-bit real format,
1007 @cindex real-mode code, i386
1015 it also supports writing code to run in real mode or in 16-bit protected
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dnios2elf.em269 /* Call into the BFD backend to do the real work. */
Davrelf.em97 /* Call into the BFD backend to do the real "stub"-work. */
Dmetagelf.em252 /* Call into the BFD backend to do the real work. */
Dhppaelf.em275 /* Call into the BFD backend to do the real work. */

12345