Searched defs:bunordered (Results 1 – 3 of 3) sorted by relevance
2107 __ bunordered(flabel, cr); in AssembleArchBranch() local2110 __ bunordered(tlabel, cr); in AssembleArchBranch() local2199 __ bunordered(&end, cr); in AssembleArchTrap() local2202 __ bunordered(tlabel, cr); in AssembleArchTrap() local2230 __ bunordered(&done, cr); in AssembleArchBoolean() local2234 __ bunordered(&done, cr); in AssembleArchBoolean() local
2767 __ bunordered(flabel); in AssembleArchBranch() local2769 __ bunordered(tlabel); in AssembleArchBranch() local2855 __ bunordered(&end); in AssembleArchTrap() local2857 __ bunordered(tlabel); in AssembleArchTrap() local2885 __ bunordered(&done); in AssembleArchBoolean() local
1317 void bunordered(Register r) { b(unordered, r); } in bunordered() function