Lines Matching refs:condition
520 (define-pmacro cc-condition (not cbit))
521 (define-pmacro cs-condition cbit)
522 (define-pmacro ne-condition (not zbit))
523 (define-pmacro eq-condition zbit)
524 (define-pmacro vc-condition (not vbit))
525 (define-pmacro vs-condition vbit)
526 (define-pmacro pl-condition (not nbit))
527 (define-pmacro mi-condition nbit)
528 (define-pmacro ls-condition (or cbit zbit))
529 (define-pmacro hi-condition (not (or cbit zbit)))
530 (define-pmacro ge-condition (not (xor vbit nbit)))
531 (define-pmacro lt-condition (xor vbit nbit))
532 (define-pmacro gt-condition (not (or (xor vbit nbit) zbit)))
533 (define-pmacro le-condition (or (xor vbit nbit) zbit))
534 (define-pmacro a-condition 1)
537 (define-pmacro wf-condition pbit)
539 (define-pmacro (cris-condition condno)
540 "Return condition state for condition number CONDNO"
551 ((eq tmpcond condn) (set condres (.sym condc -condition))))
553 cris-condition-codes)))
692 (define-pmacro cris-condition-codes
693 "CRIS condition codes in numeric order"
719 cris-condition-codes (.iota 16)))
1062 ; We define the condition codes that hold arithmetic flags separately
1631 ; cc := condition code
3858 setf "Set condition code flags explicitly"
3884 clearf "Clear condition code flags explicitly"
3988 (set truthval (cris-condition cc))
4025 (set truthval (cris-condition cc))
4304 (set truthval (cris-condition cc))