Home
last modified time | relevance | path

Searched defs:widthm1 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp1052 uint32_t widthm1 = MI.getOperand(OpIdx++).getImm() - 1; in emitDataProcessingInstruction() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4076 unsigned widthm1 = Inst.getOperand(3).getImm(); in validateInstruction() local
/external/vixl/src/aarch32/
Dassembler-aarch32.cc8811 uint32_t widthm1 = width - 1; in sbfx() local
8821 uint32_t widthm1 = width - 1; in sbfx() local
11930 uint32_t widthm1 = width - 1; in ubfx() local
11940 uint32_t widthm1 = width - 1; in ubfx() local
Ddisasm-aarch32.cc9349 uint32_t widthm1 = instr & 0x1f; in DecodeT32() local
9468 uint32_t widthm1 = instr & 0x1f; in DecodeT32() local
64474 uint32_t widthm1 = (instr >> 16) & 0x1f; in DecodeA32() local
64911 uint32_t widthm1 = (instr >> 16) & 0x1f; in DecodeA32() local