Searched defs:IOR (Results 1 – 10 of 10) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | IOR.java | 26 public class IOR extends ArithmeticInstruction { class 28 public IOR() { in IOR() method in IOR
|
D | InstructionConst.java | 120 public static final ArithmeticInstruction IOR = new IOR(); field in InstructionConst
|
D | InstructionConstants.java | 121 ArithmeticInstruction IOR = new IOR(); field
|
/external/autotest/client/bin/input/ |
D | linux_ioctl.py | 56 def IOR(t, nr, t_format): function
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | integer.h | 717 constexpr Integer IOR(const Integer &y) const { in IOR() function
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 164 int IOR = 128; field
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Constants.java | 792 short IOR = 128; field
|
D | Const.java | 1120 public static final short IOR = 128; field in Const
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5925 SDValue IOR = DAG.getNode(ISD::OR, SDLoc(N0), VT, N0.getOperand(0), N1); in visitOR() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6338 SDValue IOR = DAG.getNode(ISD::OR, SDLoc(N0), VT, N0.getOperand(0), N1); in visitOR() local
|