Searched refs:hw (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-opc.c | 267 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()
|
D | ChangeLog-9899 | 1590 * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | cgen.h | 447 #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))
|
D | ChangeLog-9103 | 1293 (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/ |
D | eh-frame-hdr.d | 3 #objdump: -hw
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
D | reloc.d | 6 #objdump: -hw
|
D | powerpc.exp | 102 {{objdump -hw reloc.d}} "reloc.so"}
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
D | reloc.d | 6 #objdump: -hw
|
D | i386.exp | 172 {reloc.s} {{objdump -hw reloc.d}} "reloc.so"}
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | mips32r2.s | 34 # Additional rotate tests are done by rol-hw.d.
|
D | mips64r2.s | 48 # mnemonics.) Additional rotate tests are done by rol64-hw.d.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2005 | 1431 * 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,
|
D | ChangeLog-9303 | 995 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.
|
D | ChangeLog-2011 | 505 * gas/mips/micromips@rol-hw.d: Likewise.
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | epiphany.cpu | 936 (define-pmacro (short-regs nm group hw cmt) 941 (type hw) 947 (define-pmacro (short-regs-core nm group hw cmt) 952 (type hw)
|
D | frv.cpu | 5638 (define-pmacro (nextreg hw r offset) (reg hw (add (index-of r) offset)))
|