Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3216 __ bunordered(flabel); in AssembleArchBranch() local
3218 __ bunordered(tlabel); in AssembleArchBranch() local
3292 __ bunordered(&end); in AssembleArchTrap() local
3294 __ bunordered(tlabel); in AssembleArchTrap() local
3323 __ bunordered(&done); in AssembleArchBoolean() local
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc3819 __ bunordered(flabel, cr); in AssembleArchBranch() local
3822 __ bunordered(tlabel, cr); in AssembleArchBranch() local
3898 __ bunordered(&end, cr); in AssembleArchTrap() local
3901 __ bunordered(tlabel, cr); in AssembleArchTrap() local
3930 __ bunordered(&done, cr); in AssembleArchBoolean() local
3934 __ bunordered(&done, cr); in AssembleArchBoolean() local
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.h989 void bunordered(Register r) { b(unordered, r); } in bunordered() function