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

/opensolaris-onvv-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c235 #define FBT_MOV(rs, rd) \ macro
418 *tinstr++ = FBT_MOV(FBT_REG_I0, FBT_REG_O1);
421 *tinstr++ = FBT_MOV(FBT_REG_I1, FBT_REG_O2);
424 *tinstr++ = FBT_MOV(FBT_REG_I2, FBT_REG_O3);
427 *tinstr++ = FBT_MOV(FBT_REG_I3, FBT_REG_O4);
430 *tinstr++ = FBT_MOV(FBT_REG_I4, FBT_REG_O5);
761 *tinstr++ = FBT_MOV(rs1, local);
770 *tinstr++ = FBT_MOV(rs2, local);
780 *tinstr++ = FBT_MOV(rs1, local);
789 *tinstr++ = FBT_MOV(rs
[all...]

Completed in 100 milliseconds