Searched refs:FBT_MOV (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 235 #define FBT_MOV(rs, rd) \ macro 418 *tinstr++ = FBT_MOV(FBT_REG_I0, FBT_REG_O1); in fbt_patch_entry() 421 *tinstr++ = FBT_MOV(FBT_REG_I1, FBT_REG_O2); in fbt_patch_entry() 424 *tinstr++ = FBT_MOV(FBT_REG_I2, FBT_REG_O3); in fbt_patch_entry() 427 *tinstr++ = FBT_MOV(FBT_REG_I3, FBT_REG_O4); in fbt_patch_entry() 430 *tinstr++ = FBT_MOV(FBT_REG_I4, FBT_REG_O5); in fbt_patch_entry() 761 *tinstr++ = FBT_MOV(rs1, local); in fbt_patch_return() 770 *tinstr++ = FBT_MOV(rs2, local); in fbt_patch_return() 780 *tinstr++ = FBT_MOV(rs1, local); in fbt_patch_return() 789 *tinstr++ = FBT_MOV(rs2, local); in fbt_patch_return() [all …]
|