Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/cranelift/isle/veri/
H A DREADME.md109 - `and`: boolean and
110 - `or`: boolean or
111 - `not`: boolean negation
112 - `=>`: boolean implication
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/
H A Dval.h328 bool boolean; member
H A Dval.hh562 from.of.boolean = false; in transfer()
573 raw.of.boolean = v; in Val()
722 return raw.of.boolean; in get_bool()
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dinst.isle2845 ;; Emit a jump-table sequence based on a boolean condition for the
3362 ;; Helpers for handling boolean conditions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3366 ;; be used to represent a boolean condition.
3371 ;; Invert boolean condition.
3376 ;; Use a boolean condition to select between two registers.
3381 ;; Use a boolean condition to select between two immediate values.
3386 ;; Lower a boolean condition to the values 1/0. This rule is only used in the
3391 ;; Lower a boolean condition to the values -1/0.
3402 ;; Emit a conditional branch based on a boolean condition.
3407 ;; Emit a conditional trap based on a boolean condition.
H A Dlower.isle3857 ;; Vector `icmp` produces a boolean vector.
3895 ;; Vector `fcmp` produces a boolean vector.
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dinst.isle2331 ;; Helper for materializing a boolean value into a register from
4372 ;; accepting a boolean (whether the type is signed), input type,
4696 ;; Materialize a `FlagsAndCC` into a boolean `ValueRegs`.
/wasmtime-44.0.1/cranelift/isle/docs/
H A Dlanguage-reference.md190 things like integer, string, or boolean constants, or variable names.
/wasmtime-44.0.1/docs/js/
H A Dmermaid.min.11.6.0.js801boolean(i.needsConfirmation)||i.needsConfirmation===void 0)&&(Fe.string(i.description)||i.descript…
803 …ned"),t.undefined=n;function i(m){return m===!0||m===!1}o(i,"boolean"),t.boolean=i;function a(m){r…
804boolean=void 0;function cFe(t){return t===!0||t===!1}o(cFe,"boolean");Ba.boolean=cFe;function Mle(…
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dinst.isle3489 ;; Lower a CondResult to a boolean value in a register.