Home
last modified time | relevance | path

Searched defs:Ucomiss (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1343 __ Ucomiss(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1345 __ Ucomiss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1368 __ Ucomiss(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1370 __ Ucomiss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1507 __ Ucomiss(kScratchDoubleReg, i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1509 __ Ucomiss(kScratchDoubleReg, i.InputOperand(0)); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp1529 TEST_F(AssemblerX8632Test, Ucomiss) { in TEST_F() argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1612 TEST_F(AssemblerX8664Test, Ucomiss) { in TEST_F() argument
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h189 Ucomiss, enumerator
3290 using Ucomiss = typename InstImpl<TraitsType>::InstX86Ucomiss; member