Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:Cvt

1327 TEST_F(AssemblerX8632Test, Cvt) {
1371 "(" #Dst ", " #Src ", cvt" #Inst ", f" #Size ")"; \
1377 __ cvt##Inst(IceType_f##Size, XmmRegister::Encoded_Reg_##Dst, \
1392 "(" #Dst ", " #GPR ", cvt" #Inst ", f" #Size ")"; \
1398 __ cvt##Inst(IceType_f##Size, XmmRegister::Encoded_Reg_##Dst, IceType_i32, \
1412 "(" #GPR ", " #Src ", cvt" #Inst ", f" #Size ")"; \
1418 __ cvt##Inst(IceType_i32, GPRRegister::Encoded_Reg_##GPR, IceType_f##Size, \
1433 "(" #Dst ", Addr, cvt" #Inst ", f" #Size ")"; \
1438 __ cvt##Inst(IceType_f##Size, XmmRegister::Encoded_Reg_##Dst, \
1453 "(" #Dst ", Addr, cvt" #Inst ", f" #Size ")"; \
1458 __ cvt##Inst(IceType_f##Size, XmmRegister::Encoded_Reg_##Dst, IceType_i32, \
1473 "(" #GPR ", Addr, cvt" #Inst ", f" #Size ")"; \
1478 __ cvt##Inst(IceType_i32, GPRRegister::Encoded_Reg_##GPR, IceType_f##Size, \