• Home
  • Raw
  • Download

Lines Matching refs:Ity_V128

63       case Ity_V128:    vex_printf( "V128"); break;  in ppIRType()
2480 UNARY(Ity_V128, Ity_V128); in typeOfPrimop()
2483 BINARY(Ity_I64,Ity_I64, Ity_V128); in typeOfPrimop()
2499 UNARY(Ity_V128, Ity_I64); in typeOfPrimop()
2508 UNARY(Ity_I64, Ity_V128); in typeOfPrimop()
2510 case Iop_V128to32: UNARY(Ity_V128, Ity_I32); in typeOfPrimop()
2511 case Iop_32UtoV128: UNARY(Ity_I32, Ity_V128); in typeOfPrimop()
2512 case Iop_64UtoV128: UNARY(Ity_I64, Ity_V128); in typeOfPrimop()
2513 case Iop_SetV128lo32: BINARY(Ity_V128,Ity_I32, Ity_V128); in typeOfPrimop()
2514 case Iop_SetV128lo64: BINARY(Ity_V128,Ity_I64, Ity_V128); in typeOfPrimop()
2516 case Iop_Dup8x16: UNARY(Ity_I8, Ity_V128); in typeOfPrimop()
2517 case Iop_Dup16x8: UNARY(Ity_I16, Ity_V128); in typeOfPrimop()
2518 case Iop_Dup32x4: UNARY(Ity_I32, Ity_V128); in typeOfPrimop()
2604 BINARY(Ity_V128,Ity_V128, Ity_V128); in typeOfPrimop()
2610 BINARY(Ity_I64, Ity_I64, Ity_V128); in typeOfPrimop()
2632 UNARY(Ity_V128, Ity_V128); in typeOfPrimop()
2647 BINARY(Ity_V128,Ity_I8, Ity_V128); in typeOfPrimop()
2653 BINARY(Ity_V128, Ity_I8, Ity_V128); in typeOfPrimop()
2662 BINARY(Ity_V128, Ity_I8, Ity_I8); in typeOfPrimop()
2664 BINARY(Ity_V128, Ity_I8, Ity_I16); in typeOfPrimop()
2666 BINARY(Ity_V128, Ity_I8, Ity_I32); in typeOfPrimop()
2668 BINARY(Ity_V128, Ity_I8, Ity_I64); in typeOfPrimop()
2685 TERNARY(Ity_V128, Ity_V128, Ity_I8, Ity_V128); in typeOfPrimop()
2688 BINARY(Ity_I64, Ity_I64, Ity_V128); in typeOfPrimop()
2834 UNARY(Ity_V256, Ity_V128); in typeOfPrimop()
2837 BINARY(Ity_V128,Ity_V128, Ity_V256); in typeOfPrimop()
2933 case Ico_V128: return Ity_V128; in typeOfIRConst()
2993 case Ity_V128: case Ity_V256: in isPlausibleIRType()
3905 case Ity_V128: return 16; in sizeofIRType()