Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/cpu/
Dmt.cpu224 (dnf f-rcnum "starting cell of cntxt mem." () 14 3)
236 (dnf f-cell "cell" () 9 3)
461 (define-operand (name cell) (comment "cell") (attrs)
462 (type h-uint) (index f-cell) (handlers (print "dollarhex")))
1062 (dni fbcb "FBCB SRC1, RT/BR1/BR2/CS, B_all, B_r_c, r/c, CB/RB, cell, dup, ctx_disp"
1064 "fbcb $frsr1,#$rbbc,#$ball,#$brc,#$rc1,#$cbrb,#$cell,#$dup,#$ctxdisp"
1065 (+ MSYS_YES MSOPC_FBCB rbbc frsr1 ball brc (f-uu-4-15 0) rc cbrb cell dup ctxdisp)
1070 (dni mfbcb "MFBCB SRC1, RT/BR1/BR2/CS, SRC2, r/c, CB/RB, cell, dup, ctx_disp"
1072 "mfbcb $frsr1,#$rbbc,$frsr2,#$rc1,#$cbrb,#$cell,#$dup,#$ctxdisp"
1073 (+ MSYS_YES MSOPC_MFBCB rbbc frsr1 frsr2 (f-uu-4-15 0) rc1 cbrb cell dup ctxdisp)
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-bfin.c932 INSTR_T cell = XOBNEW (&mempool, struct bfin_insn); in gencode() local
933 memset (cell, 0, sizeof (struct bfin_insn)); in gencode()
934 cell->value = (x); in gencode()
935 return cell; in gencode()
/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-2006190 cell specific instructions. Add {st,l}x{r,l}{,l} cell specific
192 * ppc-dis.c (powerpc_dialect): Handle cell.
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-2006198 * gas/ppc/cell.s: New file.
199 * gas/ppc/cell.d: New file.
200 * gas/ppc/ppc.exp: Test cell.s.
DChangeLog-2008424 * gas/ppc/cell.s: Add altivec instructions.
425 * gas/ppc/cell.d: Update expected output.
428 * gas/ppc/ppc.exp (powerpc64*-*-*): Move cell from here to...
DChangeLog-2012266 * gas/ppc/cell.d, * gas/ppc/cell.s: Likewise.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2008844 <cell>: Likewise.
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-9495197 * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous