Searched refs:FO (Results 1 – 1 of 1) sorted by relevance
/u-boot/examples/standalone/ |
A D | stubs.c | 7 #define FO(x) offsetof(struct jt_funcs, x) macro 27 : : "i"(FO(x)) : "eax", "ecx"); 41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11"); 55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9"); 67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip"); 101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9"); 117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp"); 133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0"); 145 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5"); 232 : : "r"(jt), "i" (FO(x)) : "a8"); [all …]
|
Completed in 3 milliseconds