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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 552 unsigned ByteNum = (OpCmode & 0x6) >> 1;
553 Val = Imm8 << (8 * ByteNum);
557 unsigned ByteNum = (OpCmode & 0x6) >> 1;
558 Val = Imm8 << (8 * ByteNum);
562 unsigned ByteNum = 1 + (OpCmode & 0x1);
563 Val = (Imm8 << (8 * ByteNum)) | (0xffff >> (8 * (2 - ByteNum)));
567 for (unsigned ByteNum = 0; ByteNum < 8; ++ByteNum) {
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.h 679 uint16_t ByteNum;
714 uint16_t ByteNum;
    [all...]
phFriNfc_TopazDynamicMap.c 946 byte_index = (uint8_t)ps_locktlv_info->ByteNum;
    [all...]
phFriNfc_MifULFormat.c 585 ps_locktlv_info->ByteNum = (ps_locktlv_info->ByteAddr %
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 73 milliseconds