Lines Matching refs:is_float
4394 (define-pmacro (ne-load-semantics base dispix targ idisp size is_float action)
4399 idisp size is_float))
4481 name not_gr mode op ope regtype size is_float attr profile
4491 0 size is_float
4533 name op ope regtype size is_float attr profile comment)
4541 0 size is_float
4861 name mode op regtype size is_float attr profile comment)
4868 (ne-load-semantics GRi -1 (.sym regtype k) d12 size is_float
4918 name not_gr mode op regtype size is_float attr profile comment)
4927 d12 size is_float
4958 name op regtype size is_float attr profile comment)
4965 (ne-load-semantics GRi -1 (.sym regtype k) d12 size is_float
6971 (define-pmacro (clear-ne-flag-semantics target_index is_float)
6972 (c-call VOID "@cpu@_clear_ne_flags" target_index is_float)
6975 (define-pmacro (clear-ne-flag-r name op ope reg is_float attr profile comment)
6984 (clear-ne-flag-semantics (index-of (.sym reg k)) is_float))
6996 (define-pmacro (clear-ne-flag-all name op ope is_float attr profile comment)
7002 (clear-ne-flag-semantics -1 is_float)
7014 (define-pmacro (commit-semantics target_index is_float)
7015 (c-call VOID "@cpu@_commit" target_index is_float)
7018 (define-pmacro (commit-r name op ope reg is_float attr comment)
7024 (commit-semantics (index-of (.sym reg k)) is_float)
7032 (define-pmacro (commit name op ope is_float attr comment)
7038 (commit-semantics -1 is_float)