Searched refs:GETWORD (Results 1 – 1 of 1) sorted by relevance
177 #define GETWORD(v) (((v)[0] << 24) + ((v)[1] << 16) + ((v)[2] << 8) + (v)[3]) macro2135 inst = GETWORD(val); in generic_inst_dump()2285 && ((GETWORD(val) ^ mval) & mask) == 0) { in memlocate()2286 printf("%.16x: %.16x\n", a, GETWORD(val)); in memlocate()