Searched refs:fieldFromInsn (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | ARMDecoderEmitter.cpp | 450 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit, 565 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in ARMFilter() 853 bool ARMFilterChooser::fieldFromInsn(uint64_t &Field, insn_t &Insn, in fieldFromInsn() function in ARMFilterChooser
|
D | FixedLenDecoderEmitter.cpp | 302 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit, 403 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter() 600 bool FilterChooser::fieldFromInsn(uint64_t &Field, insn_t &Insn, in fieldFromInsn() function in FilterChooser
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 396 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit, 511 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter() 926 bool FilterChooser::fieldFromInsn(uint64_t &Field, insn_t &Insn, in fieldFromInsn() function in FilterChooser
|