Home | History | Annotate | Download | only in fpu

Lines Matching defs:store

384 		 * Handle load/store insns:
391 int store, update;
400 /* Store as integer */
412 ("fpu_execute: Store INT %x at %p\n",
422 /* Not an indexed FP load/store op */
425 store = (instr.i_x.i_xo & 0x80);
432 /* calculate EA of load/store */
442 store = instr.i_d.i_opcd & 0x4;
449 /* calculate EA of load/store */
462 if (store) {
463 /* Store */
471 * for store floating-point single insns, we
477 ("fpu_execute: Store SNG at %p\n",
483 ("fpu_execute: Store DBL at %p\n",