/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci.txt | 50 0b00000000 bbbbbbbb dddddfff 00000000. The other cells should be zero. 61 0b00000000 bbbbbbbb ffffffff 00000000. Note that the PCIe specification 81 reg = <0x00000800 0 0 0 0>;
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_types_etmv4.h | 51 ETM4_PKT_I_NOTSYNC = 0x200, /*!< no sync found yet. */ 56 ETM4_PKT_I_BAD_SEQUENCE = 0x300, /*!< invalid sequence for packet type. */ 63 ETM4_PKT_I_EXTENSION = 0x00, /*!< b00000000 */ 66 ETM4_PKT_I_TRACE_INFO = 0x01, /*!< b00000001 */ 68 ETM4_PKT_I_TIMESTAMP = 0x02, /*!< b0000001x */ 69 ETM4_PKT_I_TRACE_ON = 0x04, /*!< b00000100 */ 70 ETM4_PKT_I_FUNC_RET = 0x05, /*!< b00000101 (V8M only) */ 72 ETM4_PKT_I_EXCEPT = 0x06, /*!< b00000110 */ 73 ETM4_PKT_I_EXCEPT_RTN = 0x07, /*!< b00000111 (ETE invalid) */ 75 /* unused encoding 0x08 b00001000 */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/virtio/ |
H A D | iommu.txt | 16 0b00000000 bbbbbbbb dddddfff 00000000. The other cells 37 reg = <0x00000800 0 0 0 0>; 45 iommu-map = <0x0 &iommu0 0x0 0x8> 46 <0x9 &iommu0 0x9 0xfff7>; 54 * with endpoint IDs 0x10000 - 0x1ffff 56 iommu-map = <0x0 &iommu0 0x10000 0x10000>; 61 /* The IOMMU manages this platform device with endpoint ID 0x20000 */ 62 iommus = <&iommu0 0x20000>;
|
H A D | pci-iommu.yaml | 40 BDF as 0b00000000 bbbbbbbb dddddfff 00000000. The other cells should be 63 reg = <0x0 0x40000000 0x0 0x1000000>; 64 ranges = <0x02000000 0x0 0x41000000 0x0 0x41000000 0x0 0x0f000000>; 70 iommu-map = <0x0 &iommu0 0x0 0x8 71 0x9 &iommu0 0x9 0xfff7>; 74 iommu0: iommu@1,0 { 76 reg = <0x800 0 0 0 0>; 85 reg = <0x0 0x50000000 0x0 0x1000000>; 86 ranges = <0x02000000 0x0 0x51000000 0x0 0x51000000 0x0 0x0f000000>; 90 * with endpoint IDs 0x10000 - 0x1ffff [all …]
|
/freebsd/share/vt/fonts/ |
H A D | vgarom-thin-8x16.hex | 10 0026:00003844443838474444443B00000000 132 00C1:0C30003C4242427E4242424200000000 141 00CA:0C12003E2020203C2020203E00000000 150 00D3:0C30003C424242424242423C00000000 157 00DA:0C300042424242424242423C00000000 284 2590:0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrBits.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 31 /// F E D C | B A 9 | 8 7 6 | 5 4 3 | 2 1 0 33 /// 0 0 0 0 | REG | OP MODE | MODE | REG 37 (descend 0b0000, 46 /// F E D C B A 9 | 8 7 6 | 5 4 3 | 2 1 0 48 /// 0 0 [all...] |
H A D | M68kInstrFormats.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 87 !eq(scale, 1) : 0b00, 88 !eq(scale, 2) : 0b01, 89 !eq(scale, 4) : 0b10, 90 !eq(scale, 8) : 0b11 92 0b0, 99 let EA = (descend /*MODE*/0b000, 104 let EA = (descend /*MODE*/0b001, 109 let EA = (descend /*MODE without the last bit*/0b00, 114 let EA = (descend /*MODE*/0b11 [all...] |
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | keccak1600-avx512vl.pl | 36 my ($A00, # [0][0] [0][0] [0][0] [0][0] # %ymm0 37 $A01, # [0][4] [0][3] [0][2] [0][1] # %ymm1 38 $A20, # [3][0] [1][0] [4][0] [2][0] # %ymm2 43 map("%ymm$_",(0..6)); 47 my @A_jagged = ([0,0], [1,0], [1,1], [1,2], [1,3], # [0][0..4] 48 [2,2], [6,0], [3,1], [4,2], [5,3], # [1][0..4] 49 [2,0], [4,0], [6,1], [5,2], [3,3], # [2][0..4] 50 [2,3], [3,0], [5,1], [6,2], [4,3], # [3][0..4] 51 [2,1], [5,0], [4,1], [3,2], [6,3]); # [4][0..4] 52 @A_jagged = map(8*($$_[0]*4+$$_[1]), @A_jagged); # ... and now linear [all …]
|
H A D | keccak1600-avx2.pl | 22 # other than A[0][0] in magic order into 6 [256-bit] registers, *each 30 # [0][4] [0][3] [0][2] [0][1]<-+ 31 # [3][0] [1][0] [4][0] [2][0] | 40 # [0][4] [0][3] [0][2] [0][1] 41 # [3][0] [1][0] [4][0] [2][0] 42 #vpermq([4][3] [3][1] [2][4] [1][2], 0b01110010) 44 #vpermq([4][2] [3][4] [2][1] [1][3], 0b10001101) 46 #vpermq([2][3] [4][1] [1][4] [3][2], 0b01110010) 48 #vpermq([1][1] [2][2] [3][3] [4][4], 0b00011011) 54 # that first step is permutation-free.] A[0][0] is loaded to register of [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepInstrInfo.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 16 let Inst{13-5} = 0b000000100; 17 let Inst{31-21} = 0b10001100100; 19 let opNewValue = 0; 27 let Inst{13-5} = 0b000000110; 28 let Inst{31-21} = 0b10000000100; 36 let Inst{13-5} = 0b000000101; 37 let Inst{31-21} = 0b10001100100; 39 let opNewValue = 0; 48 let Inst{7-5} = 0b00 [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 18 def SDT_ARMCallSeqStart : SDCallSeqStart<[ SDTCisVT<0, i32>, 20 def SDT_ARMCallSeqEnd : SDCallSeqEnd<[ SDTCisVT<0, i32>, SDTCisVT<1, i32> ]>; 21 def SDT_ARMStructByVal : SDTypeProfile<0, 4, 22 [SDTCisVT<0, i32>, SDTCisVT<1, i32>, 25 def SDT_ARMSaveCallPC : SDTypeProfile<0, 1, []>; 27 def SDT_ARMcall : SDTypeProfile<0, -1, [SDTCisPtrTy<0>]>; 30 [SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, 33 def SDT_ARMBrcond : SDTypeProfile<0, 2, 34 [SDTCisVT<0, OtherVT>, SDTCisVT<1, i32>]>; [all …]
|
H A D | ARMInstrThumb2.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 33 // {5} 0 ==> lsl 35 // {4-0} imm5 shift amount. 49 ImmLeaf<i32, [{ return Imm > 0 && Imm <= 32; }]> { 140 /// imm0_4095 predicate - True if the 32-bit immediate is in the range [0,4095]. 141 def imm0_4095_asmoperand: ImmAsmOperand<0,4095> { let Name = "Imm0_4095"; } 143 return Imm >= 0 && Imm < 4096; 157 return (Val > 0 && Val < 255); 166 return (((uint32_t)N->getZExtValue()) & 0x1FUL) == 0x1FUL; 218 let PrintMethod = "printAdrLabelOperand<0>"; [all …]
|
/freebsd/contrib/opencsd/decoder/source/ptm/ |
H A D | trc_pkt_proc_ptm.cpp | 69 if(m_config != 0) in onProtocolConfig() 83 uint8_t currByte = 0; in processData() 85 m_dataInProcessed = 0; in processData() 177 if(m_currPacketData.size() > 0) in onEOT() 223 m_async_0 = 0; in InitProcessorState() 227 m_excepAltISA = 0; in InitProcessorState() 274 static const uint8_t spare_zeros[] = { 0,0,0,0,0,0,0,0, in waitASync() 275 0,0,0,0,0,0,0,0 }; in waitASync() 280 int unsynced_bytes = 0; in waitASync() 281 int unsync_scan_block_start = 0; in waitASync() [all …]
|