Home
last modified time | relevance | path

Searched refs:fREAD_PC (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/hexagon/imported/
H A Dbranch.idef185 {fIMMEXT(riV); fPCALIGN(riV); fCALL(fREAD_PC()+riV); })
213 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, RsV);
219 fWRITE_LOOP_REGS1(/*sa,lc*/ fREAD_PC()+riV, RsV);
224 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, UiV);
230 fWRITE_LOOP_REGS1(/*sa,lc*/ fREAD_PC()+riV, UiV);
236 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, RsV);
242 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, UiV);
249 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, RsV);
255 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, UiV);
262 fWRITE_LOOP_REGS0(/*sa,lc*/ fREAD_PC()+riV, RsV);
[all …]
H A Dmacros.def424 fREAD_PC, /* read PC */
H A Dalu.idef72 { RdV=fREAD_PC()+fIMMEXT(uiV);})
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex312 "fREAD_PC()" { return PC; }
/openbmc/qemu/target/hexagon/
H A Dmacros.h356 #define fREAD_PC() (PC) macro