Home | History | Annotate | Download | only in sh64

Lines Matching refs:tramp

302   unsigned int *tramp;
306 tramp = (unsigned int *) &closure->tramp[0];
315 tramp[0] = 0x7001c701;
316 tramp[1] = 0x0009402b;
318 tramp[0] = 0xc7017001;
319 tramp[1] = 0x402b0009;
321 tramp[2] = 0xcc000010 | (((UINT32) ffi_closure_SYSV) >> 16) << 10;
322 tramp[3] = 0xc8000010 | (((UINT32) ffi_closure_SYSV) & 0xffff) << 10;
323 tramp[4] = 0x6bf10600;
324 tramp[5] = 0xcc000010 | (((UINT32) closure) >> 16) << 10;
325 tramp[6] = 0xc8000010 | (((UINT32) closure) & 0xffff) << 10;
326 tramp[7] = 0x4401fff0;
333 asm volatile ("ocbwb %0,0; synco; icbi %0,0; synci" : : "r" (tramp));