Searched defs:bunordered (Results 1 – 3 of 3) sorted by relevance
3460 __ bunordered(flabel, cr); in AssembleArchBranch() local3463 __ bunordered(tlabel, cr); in AssembleArchBranch() local3553 __ bunordered(&end, cr); in AssembleArchTrap() local3556 __ bunordered(tlabel, cr); in AssembleArchTrap() local3584 __ bunordered(&done, cr); in AssembleArchBoolean() local3588 __ bunordered(&done, cr); in AssembleArchBoolean() local
4395 __ bunordered(flabel); in AssembleArchBranch() local4397 __ bunordered(tlabel); in AssembleArchBranch() local4484 __ bunordered(&end); in AssembleArchTrap() local4486 __ bunordered(tlabel); in AssembleArchTrap() local4514 __ bunordered(&done); in AssembleArchBoolean() local
996 void bunordered(Register r) { b(unordered, r); } in bunordered() function