Lines Matching refs:IntCC
105 (decl pure imm64_icmp (Type IntCC Imm64 Imm64) Imm64)
323 ;; Swap args of an IntCC flag.
324 (decl intcc_swap_args (IntCC) IntCC)
327 ;; Complement an IntCC flag.
328 (decl intcc_complement (IntCC) IntCC)
331 ;; This is a direct import of `IntCC::without_equal`.
332 ;; Get the corresponding IntCC with the equal component removed.
334 (decl pure intcc_without_eq (IntCC) IntCC)
566 ;; This is a direct import of `IntCC::unsigned`.
567 ;; Get the corresponding IntCC with the signed component removed.
569 (decl pure intcc_unsigned (IntCC) IntCC)
576 (decl pure partial signed_cond_code (IntCC) IntCC)