Lines Matching refs:tp

246 	    ; "$8" is the preferred name for register 8, but "$tp", "$gp"
248 (fp 8) (tp 13) (gp 14) (sp 15)
486 (df f-7u9 "tp-rel b (7 bits)" (all-mep-core-isas) 9 7 UINT #f #f)
487 (df f-7u9a2 "tp-rel h (7 bits)" (all-mep-core-isas) 9 6 UINT
490 (df f-7u9a4 "tp/sp-rel w (7 bits)" (all-mep-core-isas) 9 5 UINT
721 (dnop tp "tiny data area pointer" (all-mep-core-isas) h-gpr 13)
765 (dpop udisp7 "tp-rel b (7 bits)" (all-mep-core-isas) h-uint f-7u9 "unsigne…
766 (dpop udisp7a2 "tp-rel h (7 bits)" (all-mep-core-isas (ALIGN 2)) h-uint f-7u9a2 "unsigne…
767 (dpop udisp7a4 "tp/sp-rel w (7 bits)" (all-mep-core-isas (ALIGN 4)) h-uint f-7u9a4 "unsigne…
1193 (dnci sb-tp "store byte (tp relative)" ((STALL STORE))
1197 (c-call VOID "check_write_to_text" (add (zext SI udisp7) tp))
1198 (set (mem QI (add (zext SI udisp7) tp)) (and rn3c #xff)))
1200 (unit u-use-gpr (in usereg tp))
1203 (dnci sh-tp "store half-word (tp relative)" ((STALL STORE))
1207 (c-call VOID "check_write_to_text" (and (add (zext SI udisp7a2) tp) (inv 1)))
1208 (set (mem HI (and (add (zext SI udisp7a2) tp) (inv 1))) (and rn3s #xffff)))
1210 (unit u-use-gpr (in usereg tp))
1213 (dnci sw-tp "store word (tp relative)" ((STALL STORE))
1217 (c-call VOID "check_write_to_text" (and (add (zext SI udisp7a4) tp) (inv 3)))
1218 (set (mem SI (and (add (zext SI udisp7a4) tp) (inv 3))) rn3l))
1220 (unit u-use-gpr (in usereg tp))
1223 (dnci lb-tp "load byte (tp relative)" ((STALL LOAD) (LATENCY 2))
1226 (set rn3c (ext SI (mem QI (add (zext SI udisp7) tp))))
1227 ((mep (unit u-use-gpr (in usereg tp))
1231 (dnci lh-tp "load half-word (tp relative)" ((STALL LOAD) (LATENCY 2))
1234 (set rn3s (ext SI (mem HI (and (add (zext SI udisp7a2) tp) (inv 1)))))
1235 ((mep (unit u-use-gpr (in usereg tp))
1239 (dnci lw-tp "load word (tp relative)" ((STALL LOAD) (LATENCY 2))
1242 (set rn3l (mem SI (and (add (zext SI udisp7a4) tp) (inv 3))))
1243 ((mep (unit u-use-gpr (in usereg tp))
1247 (dnci lbu-tp "load unsigned byte (tp relative)" ((STALL LOAD) (LATENCY 2))
1250 (set rn3uc (zext SI (mem QI (add (zext SI udisp7) tp))))
1251 ((mep (unit u-use-gpr (in usereg tp))
1255 (dnci lhu-tp "load unsigned half-word (tp relative)" ((STALL LOAD) (LATENCY 2))
1258 (set rn3us (zext SI (mem HI (and (add (zext SI udisp7a2) tp) (inv 1)))))
1259 ((mep (unit u-use-gpr (in usereg tp))