HomeSort by relevance Sort by last modified time
    Searched refs:PPCVI5s (Results 1 - 3 of 3) sorted by null

  /external/valgrind/VEX/priv/
host_ppc_defs.h 277 PPCVI5s;
279 extern PPCVI5s* PPCVI5s_Imm ( Char );
280 extern PPCVI5s* PPCVI5s_Reg ( HReg );
282 extern void ppPPCVI5s ( PPCVI5s* );
841 PPCVI5s* src;
    [all...]
host_ppc_defs.c 437 PPCVI5s* PPCVI5s_Imm ( Char simm5 ) {
438 PPCVI5s* op = LibVEX_Alloc_inline(sizeof(PPCVI5s));
444 PPCVI5s* PPCVI5s_Reg ( HReg reg ) {
445 PPCVI5s* op = LibVEX_Alloc_inline(sizeof(PPCVI5s));
452 void ppPPCVI5s ( PPCVI5s* src ) {
465 /* An PPCVI5s can only be used in a "read" context (what would it
468 static void addRegUsage_PPCVI5s ( HRegUsage* u, PPCVI5s* dst ) {
480 static void mapRegs_PPCVI5s ( HRegRemap* m, PPCVI5s* dst )
    [all...]
host_ppc_isel.c     [all...]

Completed in 156 milliseconds