Home
last modified time | relevance | path

Searched refs:bitFromBits (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp143 static bit_value_t bitFromBits(const BitsInit &bits, unsigned index) { in bitFromBits() function
153 switch (bitFromBits(bits, index - 1)) { in dumpBits()
379 if (SFBits && bitFromBits(*SFBits, i) == BIT_TRUE) in insnWithID()
382 Insn.push_back(bitFromBits(Bits, i)); in insnWithID()
1232 bit_value_t B = bitFromBits(*SFBits, i); in emitSoftFailTableEntry()
1233 bit_value_t IB = bitFromBits(*InstBits, i); in emitSoftFailTableEntry()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp187 static bit_value_t bitFromBits(BitsInit &bits, unsigned index) { in bitFromBits() function
199 switch (bitFromBits(bits, index - 1)) { in dumpBits()
431 Insn[i] = bitFromBits(Bits, i); in insnWithID()
DFixedLenDecoderEmitter.cpp51 static bit_value_t bitFromBits(BitsInit &bits, unsigned index) { in bitFromBits() function
63 switch (bitFromBits(bits, index - 1)) { in dumpBits()
289 Insn.push_back(bitFromBits(Bits, i)); in insnWithID()