Lines Matching refs:store

145 (dnf f-wordsize   "load/store size"            ()     6 2)
146 (dnf f-store "load/store flag" () 4 1) ;; 0==load,1==store
214 (dnmf f-disp11 "Unsigned offset for load/store" () UINT (f-disp3 f-disp8)
225 (dnmf f-sdisp11 "Signed offset for load/store" () INT (f-disp3 f-disp8)
302 ; specifies the size of a memory load/store operation
306 (define-normal-insn-enum insn-memory-access "memory access direction" () OP_ f-store
307 ; load=0, store=1
691 ;; [17:16]=exception cause 00=no exception 01=load-store exception 10=fpu exception 11=unimplemente…
1361 ;; common store to effective address, handling 8/16/32/64 bit data
1362 (define-pmacro (store-double-to-ea eff-addr regnum mode sel)
1379 (define-pmacro (store-to-ea eff-addr regnum mode sel)
1616 (define-pmacro (store-insn name mode sel sem-op)
1619 (.str "store" mode " indexed")
1630 (.str "store" mode " indexed")
1643 (.str "store" mode " indexed")
1654 (.str "store " mode " postmodify")
1666 (.str "store " mode " postmodify")
1679 (.str "store " mode " postmodify")
1686 (.str "store " mode " displacement")
1700 (.str "store " mode " displacement")
1717 (.str "store " mode " displacement")
1725 (.str "store " mode " displacement post-modify")
1740 (.str "store " mode " displacement post-modify")
1747 (dnmi (.sym name "ds0") "store w 0 disp"
1753 (dnmi (.sym name "dl0") "store w 0 disp"
1759 (dnmi (.sym name "dl0.l") "store w 0 disp"
1770 (store-insn strb QI OPW_BYTE store-to-ea)
1771 (store-insn strh HI OPW_SHORT store-to-ea)
1772 (store-insn str SI OPW_WORD store-to-ea)
1773 (store-insn strd DI OPW_DOUBLE store-double-to-ea)