Searched defs:bunordered (Results 1 – 3 of 3) sorted by relevance
3216 __ bunordered(flabel); in AssembleArchBranch() local3218 __ bunordered(tlabel); in AssembleArchBranch() local3292 __ bunordered(&end); in AssembleArchTrap() local3294 __ bunordered(tlabel); in AssembleArchTrap() local3323 __ bunordered(&done); in AssembleArchBoolean() local
3819 __ bunordered(flabel, cr); in AssembleArchBranch() local3822 __ bunordered(tlabel, cr); in AssembleArchBranch() local3898 __ bunordered(&end, cr); in AssembleArchTrap() local3901 __ bunordered(tlabel, cr); in AssembleArchTrap() local3930 __ bunordered(&done, cr); in AssembleArchBoolean() local3934 __ bunordered(&done, cr); in AssembleArchBoolean() local
989 void bunordered(Register r) { b(unordered, r); } in bunordered() function