HomeSort by relevance Sort by last modified time
    Searched defs:OP1 (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/R600/
R600Defines.h 41 OP1 = (1 << 10),
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 284 LCLS OP1
287 OP1 SETS "AND"
290 OP1 SETS "ORR"
302 $OP1 $lsb0, $lsb0, $lsb1 ;// e0 = e0 & e1
  /external/valgrind/main/VEX/test/
test-amd64.c 97 #define OP1
102 #define OP1
107 #define OP1
112 #define OP1
368 void test_imulw2(int64 op0, int64 op1)
372 s1 = op1;
386 void test_imull2(int64 op0, int64 op1)
391 s1 = op1;
405 #define TEST_IMUL_IM(size, size1, op0, op1)\
416 : "r" (op1), "1" (flags), "0" (res));
    [all...]
test-i386.c 87 #define OP1
92 #define OP1
97 #define OP1
102 #define OP1
356 void test_imulw2(int op0, int op1)
360 s1 = op1;
374 void test_imull2(int op0, int op1)
378 s1 = op1;
392 #define TEST_IMUL_IM(size, size1, op0, op1)\
403 : "r" (op1), "1" (flags), "0" (res));
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 789 SDValue OP1;
824 OP1 = Sext1;
835 OP1 = SDValue (CurDAG->getMachineNode(Hexagon::LDriw, dl, MVT::i32,
845 OP0, OP1);
    [all...]

Completed in 122 milliseconds