Lines Matching refs:get

163 ; For some reason, we get an error:
477 ; I give up. Here's a perl-script to get the values I want for this macro
580 ; arguably more appropriate h-gr-v32 or h-gr-acr, we'd get names like
755 (get () (reg (.sym x-name -x)))
764 (get (index) (reg (.sym x-name -x) index))
789 (get () (const BI 1))
797 (get () (const BI 0))
823 (get
844 ; We have to use a virtual register trick to get the "raw", unaccounted
853 (get (index) (raw-reg h-gr-real-pc index))
870 (get (index) (raw-reg h-gr-x index))
874 ; FIXME: get and set semantics? Unknown how to split semantics best; with
875 ; get/set semantics or within the insn specification. Doing the former for
888 (get
954 (get
1052 (get (index) (c-call SI "@cpu@_read_supr" index))
1063 ; and "or" them in, in the get and set methods of the special
1081 (get
1084 (error (.str "Can't get h-" f "bit-move on CRISv32")) 0))
1094 (get () (reg (.sym h- f bit)))
1256 (get () (const BI 0))
1277 (get () acr)
2203 (define-pmacro (cris-get-mem size regop)
2384 Rd (cris-get-mem BWD Rs) cbit cbit))
2435 Rd ((.sym BW -ext) (cris-get-mem BW Rs)) cbit cbit))
2466 Rd ((.sym BW -zext) (cris-get-mem BW Rs)) cbit cbit))
2497 (set tmp (cris-get-mem BWD Rs))
2515 (set tmp (ext SI (cris-get-mem BW Rs)))
2532 (set tmp (zext SI (cris-get-mem BW Rs)))
2583 ; It gets a little weird here because we can't get this insn into a
2623 ; have to be special-cased to get the delay-slot and avoid being indicated
2668 (set newval ((.sym (.car2 r) -ext) (cris-get-mem (.car2 r) Rs)))))
2717 ; We get e.g. 'insn already defined:: (move-c-sprvn-p0)' with this:
2818 ; FIXME: A copy of what's in cris-get-mem.
2854 ; FIXME: Mostly a copy of what's in cris-get-mem.
2901 ; FIXME: Mostly a copy of what's in cris-get-mem.
2945 ; FIXME: Mostly a copy of what's in cris-get-mem.
2990 ; FIXME: A copy of what's in cris-get-mem
3030 (.pmacro (BWD) (cris-arit-3op add BWD Rd (cris-get-mem BWD Rs) Rs))
3085 (.pmacro (BW) (cris-arit-3op add SI Rd ((.sym BW -ext) (cris-get-mem BW Rs)) Rs))
3116 ; We don't use cris-get-mem but instead special-case this one, since we
3117 ; have most instruction fields fixed where cris-get-mem expects
3142 (cris-arit-3op add SI Rd ((.sym BW -zext) (cris-get-mem BW Rs)) Rs))
3173 (.pmacro (BWD) (cris-arit-3op sub BWD Rd (cris-get-mem BWD Rs) Rs))
3213 (cris-arit-3op sub SI Rd ((.sym BW -ext) (cris-get-mem BW Rs)) Rs))
3245 (cris-arit-3op sub SI Rd ((.sym BW -zext) (cris-get-mem BW Rs)) Rs))
3286 (cris-arit add SI Rd (cris-get-mem SI Rs)))
3356 (set tmpd (cris-get-mem BWD Rs))
3495 (set tmpd (and BWD Rd (cris-get-mem BWD Rs)))
3573 (set tmpd (or BWD Rd (cris-get-mem BWD Rs)))
4116 (set pc (cris-get-mem SI Rs))
4250 (set tmpops ((.sym BWD -zext) (cris-get-mem BWD Rs)))
4398 ; cris-get-mem though, as CGEN-FIXME: invalid C code will otherwise
4400 (set dummy (cris-get-mem QI pc))
4416 (set dummy (cris-get-mem SI sp))
4432 (set tmps (cris-get-mem BWD Rs))
4475 (set tmps (cris-get-mem SI Rs))