Lines Matching refs:FBT_MOV
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()
820 *tinstr++ = FBT_MOV(FBT_REG_I0, FBT_REG_O2); in fbt_patch_return()
892 *tinstr++ = FBT_MOV(rs1, FBT_REG_L0); in fbt_patch_retl()
905 *tinstr++ = FBT_MOV(rs2, FBT_REG_L1); in fbt_patch_retl()
963 *tinstr++ = FBT_MOV(FBT_REG_I0, FBT_REG_O2); in fbt_patch_retl()