Home | History | Annotate | Download | only in priv

Lines Matching refs:PPCVI5s

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 ) {
1367 PPCInstr* PPCInstr_AvSplat ( UChar sz, HReg dst, PPCVI5s* src ) {