Searched refs:getOperandType (Results 1 – 9 of 9) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | CodeHTML.java | 359 switch (Const.getOperandType(opcode, i)) { in codeToHTML() 370 …ow new IllegalStateException("Unreachable default case reached! "+Const.getOperandType(opcode, i)); in codeToHTML()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Const.java | 1992 public static short getOperandType(final int opcode, final int index) { in getOperandType() method in Const
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Utility.java | 430 switch (Const.getOperandType(opcode, i)) { in codeToString()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/ |
D | RISCVGenInstrInfo.inc | 1930 static int getOperandType(uint16_t Opcode, uint16_t OpIdx) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenInstrInfo.inc | 7923 static int getOperandType(uint16_t Opcode, uint16_t OpIdx) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenInstrInfo.inc | 10841 static int getOperandType(uint16_t Opcode, uint16_t OpIdx) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenInstrInfo.inc | 19033 static int getOperandType(uint16_t Opcode, uint16_t OpIdx) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenInstrInfo.inc | 14877 static int getOperandType(uint16_t Opcode, uint16_t OpIdx) {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenInstrInfo.inc | 49608 static int getOperandType(uint16_t Opcode, uint16_t OpIdx) {
|