Home | History | Annotate | Download | only in arm64

Lines Matching refs:wINST

104 #define wINST    w23
143 * Fetch the next instruction from xPC into wINST. Does not advance xPC.
146 ldrh wINST, [xPC]
162 ldrh wINST, [xPC, #((\count)*2)]!
179 ldrh wINST, [xPC, #((\count)*2)]
195 ldrh wINST, [xPC]
438 FETCH_INST // load wINST from rPC
439 GET_INST_OPCODE ip // extract opcode from wINST
580 * wINST <= signed offset
601 cmp wINST, #0
608 add w2, wINST, wINST // w2<- byte offset
609 FETCH_ADVANCE_INST_RB w2 // update rPC, load wINST
613 GET_INST_OPCODE ip // extract opcode from wINST
622 GET_INST_OPCODE ip // extract opcode from wINST
640 add w2, wINST, wINST // w2<- byte offset
641 FETCH_ADVANCE_INST_RB w2 // update rPC, load wINST
642 GET_INST_OPCODE ip // extract opcode from wINST
675 GET_INST_OPCODE ip // extract opcode from wINST
679 * Check for suspend check request. Assumes wINST already loaded, xPC advanced and
686 GET_INST_OPCODE ip // extract opcode from wINST
693 GET_INST_OPCODE ip // extract opcode from wINST
703 sxtw x2, wINST