Home
last modified time | relevance | path

Searched defs:bunordered (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2107 __ bunordered(flabel, cr); in AssembleArchBranch() local
2110 __ bunordered(tlabel, cr); in AssembleArchBranch() local
2199 __ bunordered(&end, cr); in AssembleArchTrap() local
2202 __ bunordered(tlabel, cr); in AssembleArchTrap() local
2230 __ bunordered(&done, cr); in AssembleArchBoolean() local
2234 __ bunordered(&done, cr); in AssembleArchBoolean() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2767 __ bunordered(flabel); in AssembleArchBranch() local
2769 __ bunordered(tlabel); in AssembleArchBranch() local
2855 __ bunordered(&end); in AssembleArchTrap() local
2857 __ bunordered(tlabel); in AssembleArchTrap() local
2885 __ bunordered(&done); in AssembleArchBoolean() local
/external/v8/src/s390/
Dassembler-s390.h1317 void bunordered(Register r) { b(unordered, r); } in bunordered() function