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

  /external/valgrind/main/VEX/priv/
host_ppc_defs.h 304 PPCVI5s;
306 extern PPCVI5s* PPCVI5s_Imm ( Char );
307 extern PPCVI5s* PPCVI5s_Reg ( HReg );
309 extern void ppPPCVI5s ( PPCVI5s* );
826 PPCVI5s* src;
1016 extern PPCInstr* PPCInstr_AvSplat ( UChar sz, HReg dst, PPCVI5s* src );
    [all...]
host_ppc_defs.c 517 PPCVI5s* PPCVI5s_Imm ( Char simm5 ) {
518 PPCVI5s* op = LibVEX_Alloc(sizeof(PPCVI5s));
524 PPCVI5s* PPCVI5s_Reg ( HReg reg ) {
525 PPCVI5s* op = LibVEX_Alloc(sizeof(PPCVI5s));
532 void ppPPCVI5s ( PPCVI5s* src ) {
545 /* An PPCVI5s can only be used in a "read" context (what would it
548 static void addRegUsage_PPCVI5s ( HRegUsage* u, PPCVI5s* dst ) {
560 static void mapRegs_PPCVI5s ( HRegRemap* m, PPCVI5s* dst )
    [all...]
host_ppc_isel.c     [all...]

Completed in 33 milliseconds