Searched refs:complement (Results 1 – 13 of 13) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | condcodes.rs | 20 fn complement(self) -> Self; in complement() method 61 fn complement(self) -> Self { in complement() method 257 fn complement(self) -> Self { in complement() method 353 let inv = cc.complement(); in int_complement() 355 assert_eq!(inv.complement(), cc); in int_complement() 381 let inv = cc.complement(); in float_complement() 383 assert_eq!(inv.complement(), cc); in float_complement()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | isle_prelude.rs | 723 cc.complement() 738 cc.complement()
|
| H A D | prelude.isle | 61 ;; signed-32-bit twos-complement bits.
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | args.rs | 720 pub fn complement(&self) -> TestBitAndBranchKind { in complement() method
|
| H A D | emit.rs | 3110 enc_test_bit_and_branch(kind.complement(), taken, rn, bit).to_le_bytes(); in emit()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | args.rs | 305 kind: self.kind.complement(), in inverse()
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | ir.md | 259 signed two's complement integer. Instruction encodings may limit the valid
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | lower.isle | 818 ;; complement `=`-related conditions to get ones that don't use `=`. 928 ;; For other `Unordered*` comparisons generate its complement and invert the result.
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | inst.isle | 1121 ;; And with complement 1124 ;; Or with complement
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | lower.isle | 2867 ;; complement of max1, and the OR of max1 and max_xor has 2912 ;; complement of max1, and the OR of max1 and max_xor has
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | lower.isle | 2989 ;; (this is because subtraction is implemented as an add with the two's complement value on aarch64…
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | lower.isle | 2384 ;; complement `=`-related conditions to get ones that don't use `=`.
|
| /wasmtime-44.0.1/docs/js/ |
| H A D | mermaid.min.11.6.0.js | 689 …s.quantifier()),e):q2()}dotAll(){return this.consumeChar("."),{type:"Set",complement:!0,value:[ar(` 690 …w":e=X2;break;case"W":e=X2,r=!0;break}return rp(e)?{type:"Set",value:e,complement:r}:q2()}controlE… 692 …a.value,e)}else bk(n.value,e)}return this.consumeChar("]"),{type:"Set",complement:r,value:e}}class… 707 …=a;switch(s.type){case"Character":Rk(s.value,e,r);break;case"Set":if(s.complement===!0)throw Error… 708 …ter(e){qn(this.targetCharCodes,e.value)&&(this.found=!0)}visitSet(e){e.complement?Bae(e,this.targe… 1949 …ce=Qr.symdiff=Qr.xor;Qr.fnFilter=Qr.filterFn=Qr.stdFilter=Qr.filter;Qr.complement=Qr.abscomp=Qr.ab…
|