/external/llvm/test/CodeGen/R600/ |
D | xor.ll | 5 ;EG-CHECK: XOR_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} 6 ;EG-CHECK: XOR_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} 22 ;EG-CHECK: XOR_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} 23 ;EG-CHECK: XOR_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} 24 ;EG-CHECK: XOR_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} 25 ;EG-CHECK: XOR_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} 42 ;EG-CHECK: XOR_INT {{\** *}}T{{[0-9]+\.[XYZW], PV\.[XYZW], PS}}
|
D | selectcc.ll | 5 ; EG: XOR_INT 6 ; EG: XOR_INT
|
D | bfi_int.ll | 39 ; R600-CHECK: XOR_INT * [[DST:T[0-9]+\.[XYZW]]], KC0[2].Z, KC0[2].W
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | Dops.java | 637 public static final Dop XOR_INT = field in Dops 638 new Dop(Opcodes.XOR_INT, Opcodes.XOR_INT, 766 new Dop(Opcodes.XOR_INT_2ADDR, Opcodes.XOR_INT, 767 Opcodes.XOR_INT, Form12x.THE_ONE, true); 894 new Dop(Opcodes.XOR_INT_LIT16, Opcodes.XOR_INT, 926 new Dop(Opcodes.XOR_INT_LIT8, Opcodes.XOR_INT, 1248 set(XOR_INT);
|
D | RopToDop.java | 307 MAP.put(Rops.XOR_INT, Dops.XOR_INT_2ADDR); in MAP.put() argument
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 186 public static final int XOR_INT = 0x97; field in Opcodes
|
D | OpcodeInfo.java | 630 public static final Info XOR_INT = field in OpcodeInfo 631 new Info(Opcodes.XOR_INT, "xor-int", 1247 set(XOR_INT);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rops.java | 330 public static final Rop XOR_INT = field in Rops 1552 XOR_INT, XOR_LONG, null, null); in opXor()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | R600Instructions.td | 370 def XOR_INT : R600_2OP < 371 0x32, "XOR_INT",
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600Instructions.td | 370 def XOR_INT : R600_2OP < 371 0x32, "XOR_INT",
|
/external/llvm/lib/Target/R600/ |
D | EvergreenInstructions.td | 527 def : SHA256MaPattern <BFI_INT_eg, XOR_INT>;
|
D | R600Instructions.td | 767 def XOR_INT : R600_2OP_Helper <0x32, "XOR_INT", xor>;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 178 …XOR_INT((short)0x97, "xor-int", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcode… enumConstant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 820 case XOR_INT:
|