HomeSort by relevance Sort by last modified time
    Searched defs:tbx (Results 1 - 4 of 4) sorted by null

  /external/llvm/test/MC/AArch64/
arm64-diags.s 310 tbx v3.16b, { v12.8b, v13.8b, v14.8b }, v6.8b label
311 tbx v2.8b, { v0 }, v6.8b label
319 ; CHECK-ERRORS: tbx v3.16b, { v12.8b, v13.8b, v14.8b }, v6.8b
322 ; CHECK-ERRORS: tbx v2.8b, { v0 }, v6.8b
  /external/icu/icu4c/source/common/
cstring.c 158 int32_t tbx = sizeof(tbuf); local
171 tbx = sizeof(tbuf)-1;
172 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
175 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
180 uprv_strcpy(buffer+length, tbuf+tbx);
181 length += sizeof(tbuf) - tbx -1;
196 int32_t tbx = sizeof(tbuf); local
209 tbx = sizeof(tbuf)-1;
210 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
213 tbuf[--tbx] = (char)(T_CString_itosOffset(digit))
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.cc 757 void Assembler::tbx(const VRegister& vd, function in class:vixl::Assembler
764 void Assembler::tbx(const VRegister& vd, function in class:vixl::Assembler
776 void Assembler::tbx(const VRegister& vd, function in class:vixl::Assembler
791 void Assembler::tbx(const VRegister& vd, function in class:vixl::Assembler
    [all...]
logic-a64.cc 2581 LogicVRegister Simulator::tbx(VectorFormat vform, function in class:vixl::Simulator
2596 LogicVRegister Simulator::tbx(VectorFormat vform, function in class:vixl::Simulator
2613 LogicVRegister Simulator::tbx(VectorFormat vform, function in class:vixl::Simulator
2632 LogicVRegister Simulator::tbx(VectorFormat vform, function in class:vixl::Simulator
    [all...]

Completed in 203 milliseconds