Searched refs:i_x (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dfixup.c113 const u_int rs = i.i_x.i_rs;
115 const u_int ra = i.i_x.i_ra;
116 const u_int rb = i.i_x.i_rb;
118 switch (i.i_x.i_xo) {
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_emu.c212 (insn.i_x.i_xo == OPC31_TW))) {
323 if (instr.i_x.i_xo == OPC31_STFIWX) {
327 ra = instr.i_x.i_ra;
328 rb = instr.i_x.i_rb;
335 rt = instr.i_x.i_rt;
345 if ((instr.i_x.i_xo & OPC31_FPMASK) != OPC31_FPOP)
349 store = (instr.i_x.i_xo & 0x80);
350 if (instr.i_x.i_xo & 0x40)
354 update = (instr.i_x.i_xo & 0x20);
357 ra = instr.i_x
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dinstr.h181 } i_x; member in union:instr
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dalias.c1803 rtx i_x, i_y; /* invariant relationships of X and Y */
1805 i_x = r_x >= alias_invariant_size ? 0 : alias_invariant[r_x];
1808 if (i_x == 0 && i_y == 0)
1811 if (! memrefs_conflict_p (xsize, i_x ? i_x : x,
1800 rtx i_x, i_y; /* invariant relationships of X and Y */ local

Completed in 170 milliseconds