Home
last modified time | relevance | path

Searched defs:BitE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h621 uint8_t BitE = (Imm & 0x00000000ff000000ULL) != 0; in encodeAdvSIMDModImmType10() local
670 uint8_t BitE = (Imm & 0x00400000ULL) != 0; in encodeAdvSIMDModImmType11() local
719 uint8_t BitE = (Imm & 0x0008000000000000ULL) != 0; in encodeAdvSIMDModImmType12() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h618 uint8_t BitE = (Imm & 0x00000000ff000000ULL) != 0; in encodeAdvSIMDModImmType10() local
667 uint8_t BitE = (Imm & 0x00400000ULL) != 0; in encodeAdvSIMDModImmType11() local
716 uint8_t BitE = (Imm & 0x0008000000000000ULL) != 0; in encodeAdvSIMDModImmType12() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h619 uint8_t BitE = (Imm & 0x00000000ff000000ULL) != 0; in encodeAdvSIMDModImmType10() local
668 uint8_t BitE = (Imm & 0x00400000ULL) != 0; in encodeAdvSIMDModImmType11() local
717 uint8_t BitE = (Imm & 0x0008000000000000ULL) != 0; in encodeAdvSIMDModImmType12() local