Searched refs:__str (Results 1 – 2 of 2) sorted by relevance
/arch/mips/include/asm/ |
D | sim.h | 16 #define __str(x) __str2(x) macro 29 "sw\t$16,"__str(PT_R16)"($29)\t\t\t# save_static_function\n\t" \ 30 "sw\t$17,"__str(PT_R17)"($29)\n\t" \ 31 "sw\t$18,"__str(PT_R18)"($29)\n\t" \ 32 "sw\t$19,"__str(PT_R19)"($29)\n\t" \ 33 "sw\t$20,"__str(PT_R20)"($29)\n\t" \ 34 "sw\t$21,"__str(PT_R21)"($29)\n\t" \ 35 "sw\t$22,"__str(PT_R22)"($29)\n\t" \ 36 "sw\t$23,"__str(PT_R23)"($29)\n\t" \ 37 "sw\t$30,"__str(PT_R30)"($29)\n\t" \ [all …]
|
/arch/powerpc/include/asm/ |
D | inst.h | 139 char __str[PPC_INST_STR_LEN]; \ 140 __ppc_inst_as_str(__str, x); \ 141 __str; \
|