Home
last modified time | relevance | path

Searched refs:hw (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-opc.c267 const CGEN_HW_ENTRY **hw = cd->hw_table.entries; in cgen_hw_lookup_by_name() local
270 if (hw[i] && strcmp (name, hw[i]->name) == 0) in cgen_hw_lookup_by_name()
271 return hw[i]; in cgen_hw_lookup_by_name()
285 const CGEN_HW_ENTRY **hw = cd->hw_table.entries; in cgen_hw_lookup_by_num() local
289 if (hw[i] && hwnum == hw[i]->type) in cgen_hw_lookup_by_num()
290 return hw[i]; in cgen_hw_lookup_by_num()
DChangeLog-98991590 * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain.
/toolchain/binutils/binutils-2.25/include/opcode/
Dcgen.h447 #define CGEN_HW_ATTRS(hw) (&(hw)->attrs) argument
452 #define CGEN_HW_ATTR_VALUE(hw, attr) \ argument
453 CGEN_ATTR_VALUE ((hw), CGEN_HW_ATTRS (hw), (attr))
DChangeLog-91031293 (CGEN_OPERAND): Change member hw to hw_type, change type from pointer
1681 (CGEN_OPERAND): New member `hw'.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Deh-frame-hdr.d3 #objdump: -hw
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Dreloc.d6 #objdump: -hw
Dpowerpc.exp102 {{objdump -hw reloc.d}} "reloc.so"}
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
Dreloc.d6 #objdump: -hw
Di386.exp172 {reloc.s} {{objdump -hw reloc.d}} "reloc.so"}
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dmips32r2.s34 # Additional rotate tests are done by rol-hw.d.
Dmips64r2.s48 # mnemonics.) Additional rotate tests are done by rol64-hw.d.
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-20051431 * gas/mips/rol-hw.d, gas/mips/rol-hw.l, gas/mips/rol.d,
1432 gas/mips/rol.l, gas/mips/rol.s, gas/mips/rol64-hw.d,
1433 gas/mips/rol64-hw.l, gas/mips/rol64.d, gas/mips/rol64.l,
DChangeLog-9303995 gas/mips/mipsel16-f.d, gas/mips/rol-hw.d, gas/mips/rol.d,
1373 * gas/mips/rol-hw.d: Likewise.
1375 * gas/mips/rol64-hw.d: Likewise.
1416 * gas/mips/rol-hw.d: New file.
1417 * gas/mips/rol-hw.l: New file.
1418 * gas/mips/rol64-hw.d: New file.
1419 * gas/mips/rol64-hw.l: New file.
1420 * gas/mips/mips.exp: Run rol-hw and rol64-hw tests.
DChangeLog-2011505 * gas/mips/micromips@rol-hw.d: Likewise.
/toolchain/binutils/binutils-2.25/cpu/
Depiphany.cpu936 (define-pmacro (short-regs nm group hw cmt)
941 (type hw)
947 (define-pmacro (short-regs-core nm group hw cmt)
952 (type hw)
Dfrv.cpu5638 (define-pmacro (nextreg hw r offset) (reg hw (add (index-of r) offset)))