HomeSort by relevance Sort by last modified time
    Searched refs:ttmp (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/MC/AMDGPU/
reg-syntax-extra.s 11 // SICI: s_mov_b64 ttmp[4:5], ttmp[2:3] ; encoding: [0x72,0x04,0xf4,0xbe]
12 // VI: s_mov_b64 ttmp[4:5], ttmp[2:3] ; encoding: [0x72,0x01,0xf4,0xbe]
14 s_mov_b64 ttmp[4:5], ttmp[2:3]
15 // SICI: s_mov_b64 ttmp[4:5], ttmp[2:3] ; encoding: [0x72,0x04,0xf4,0xbe]
16 // VI: s_mov_b64 ttmp[4:5], ttmp[2:3] ; encoding: [0x72,0x01,0xf4,0xbe
    [all...]
trap.s 101 s_mov_b64 ttmp[4:5], exec
102 // SICI: s_mov_b64 ttmp[4:5], exec ; encoding: [0x7e,0x04,0xf4,0xbe]
103 // VI: s_mov_b64 ttmp[4:5], exec ; encoding: [0x7e,0x01,0xf4,0xbe]
106 // SICI: s_mov_b64 ttmp[4:5], exec ; encoding: [0x7e,0x04,0xf4,0xbe]
107 // VI: s_mov_b64 ttmp[4:5], exec ; encoding: [0x7e,0x01,0xf4,0xbe]
110 // SICI: s_mov_b64 exec, ttmp[4:5] ; encoding: [0x74,0x04,0xfe,0xbe]
111 // VI: s_mov_b64 exec, ttmp[4:5] ; encoding: [0x74,0x01,0xfe,0xbe]
113 s_mov_b64 tba, ttmp[4:5]
114 // SICI: s_mov_b64 tba, ttmp[4:5] ; encoding: [0x74,0x04,0xec,0xbe]
115 // VI: s_mov_b64 tba, ttmp[4:5] ; encoding: [0x74,0x01,0xec,0xbe
    [all...]
smrd.s 55 s_load_dwordx4 ttmp[4:7], ttmp[2:3], ttmp4
56 // GCN: s_load_dwordx4 ttmp[4:7], ttmp[2:3], ttmp4 ; encoding: [0x74,0x72,0xba,0xc0]
57 // VI: s_load_dwordx4 ttmp[4:7], ttmp[2:3], ttmp4 ; encoding: [0x39,0x1d,0x08,0xc0,0x74,0x00,0x00,0x00]
95 s_buffer_load_dword ttmp1, ttmp[4:7], ttmp4
96 // GCN: s_buffer_load_dword ttmp1, ttmp[4:7], ttmp4 ; encoding: [0x74,0xf4,0x38,0xc2]
97 // VI: s_buffer_load_dword ttmp1, ttmp[4:7], ttmp4 ; encoding: [0x7a,0x1c,0x20,0xc0,0x74,0x00,0x00,0x00]
115 s_buffer_load_dwordx4 ttmp[8:11], ttmp[4:7], ttmp
    [all...]
mubuf.s 21 buffer_load_dword v1, off, ttmp[4:7], s1
22 // SICI: buffer_load_dword v1, off, ttmp[4:7], s1 ; encoding: [0x00,0x00,0x30,0xe0,0x00,0x01,0x1d,0x01]
23 // VI: buffer_load_dword v1, off, ttmp[4:7], s1 ; encoding: [0x00,0x00,0x50,0xe0,0x00,0x01,0x1d,0x01]
49 buffer_load_dword v1, off, ttmp[4:7], s1 offset:4 glc slc tfe
50 // SICI: buffer_load_dword v1, off, ttmp[4:7], s1 offset:4 glc slc tfe ; encoding: [0x04,0x40,0x30,0xe0,0x00,0x01,0xdd,0x01]
51 // VI: buffer_load_dword v1, off, ttmp[4:7], s1 offset:4 glc slc tfe ; encoding: [0x04,0x40,0x52,0xe0,0x00,0x01,0x9d,0x01]
85 buffer_load_dword v1, v2, ttmp[4:7], s1 offen offset:4 glc slc tfe
86 // SICI: buffer_load_dword v1, v2, ttmp[4:7], s1 offen offset:4 glc slc tfe ; encoding: [0x04,0x50,0x30,0xe0,0x02,0x01,0xdd,0x01]
87 // VI: buffer_load_dword v1, v2, ttmp[4:7], s1 offen offset:4 glc slc tfe ; encoding: [0x04,0x50,0x52,0xe0,0x02,0x01,0x9d,0x01]
121 buffer_load_dword v1, v2, ttmp[4:7], s1 idxen offset:4 glc slc tf
    [all...]
  /external/boringssl/src/crypto/x509/
x509_att.c 290 ASN1_TYPE *ttmp = NULL; local
322 if (!(ttmp = ASN1_TYPE_new()))
325 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
328 ASN1_TYPE_set(ttmp, atype, stmp);
331 if (!sk_ASN1_TYPE_push(attr->value.set, ttmp))
336 ASN1_TYPE_free(ttmp);
360 ASN1_TYPE *ttmp; local
361 ttmp = X509_ATTRIBUTE_get0_type(attr, idx);
362 if (!ttmp)
364 if (atrtype != ASN1_TYPE_get(ttmp)) {
    [all...]
  /external/boringssl/src/crypto/asn1/
a_strnid.c 214 ASN1_STRING_TABLE *ttmp; local
218 ttmp =
222 if (ttmp)
223 return ttmp;

Completed in 4219 milliseconds