Home
last modified time | relevance | path

Searched defs:_opcode (Results 1 – 9 of 9) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLocalVariableInstruction.java113 final short _opcode = super.getOpcode(); in toString() local
134 final short _opcode = super.getOpcode(); in initFromFile() local
DArithmeticInstruction.java50 final short _opcode = super.getOpcode(); in getType() local
DConversionInstruction.java50 final short _opcode = super.getOpcode(); in getType() local
DArrayInstruction.java56 final short _opcode = super.getOpcode(); in getType() local
DReturnInstruction.java48 final short _opcode = super.getOpcode(); in getType() local
DGOTO.java50 final short _opcode = getOpcode(); in dump() local
/external/rust/crates/rustix/src/ioctl/
Dpatterns.rs15 _opcode: PhantomData<Opcode>, field
62 _opcode: PhantomData<Opcode>, field
112 _opcode: PhantomData<Opcode>, field
165 _opcode: PhantomData<Opcode>, field
/external/python/cpython3/Lib/test/
Dtest__opcode.py6 _opcode = import_module("_opcode") variable
/external/mesa3d/src/gallium/frontends/d3d10umd/
DShaderParse.c68 #define _(_opcode) _opcode, #_opcode argument