HomeSort by relevance Sort by last modified time
    Searched refs:op0 (Results 1 - 25 of 27) sorted by null

1 2

  /external/valgrind/main/VEX/test/
test-amd64-muldiv.h 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
5 s0 = op0;
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
25 res = op0;
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK);
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
43 res = op0;
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK);
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1)
61 res = op0;
    [all...]
test-i386-muldiv.h 2 void glue(glue(test_, OP), b)(int op0, int op1)
5 s0 = op0;
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1)
25 res = op0;
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK);
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1)
43 res = op0;
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK);
test-amd64.c 368 void test_imulw2(int64 op0, int64 op1)
371 s0 = op0;
386 void test_imull2(int64 op0, int64 op1)
390 s0 = op0;
405 #define TEST_IMUL_IM(size, size1, op0, op1)\
412 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \
418 "imul" size, op0, op1, res, flags & CC_MASK);\
421 #define TEST_IMUL_IM_L(op0, op1)\
428 "imul $" #op0 ", %2, %0\n\t" \
434 "imull", op0, op1, res, flags & CC_MASK);
    [all...]
test-i386.c 356 void test_imulw2(int op0, int op1)
359 s0 = op0;
374 void test_imull2(int op0, int op1)
377 s0 = op0;
392 #define TEST_IMUL_IM(size, size1, op0, op1)\
399 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \
405 "imul" size, op0, op1, res, flags & CC_MASK);\
505 #define TEST_BSX(op, size, op0)\
508 val = op0;\
758 #define TEST_BCD(op, op0, cc_in, cc_mask)
    [all...]
  /external/libvpx/libvpx/vp8/common/
loopfilter_filters.c 52 uc *op0, uc *oq0, uc *oq1)
61 ps0 = (signed char) * op0 ^ 0x80;
84 *op0 = u ^ 0x80;
162 uc *op2, uc *op1, uc *op0, uc *oq0, uc *oq1, uc *oq2)
168 signed char ps0 = (signed char) * op0 ^ 0x80;
199 *op0 = s ^ 0x80;
292 static void vp8_simple_filter(signed char mask, uc *op1, uc *op0, uc *oq0, uc *oq1)
296 signed char p0 = (signed char) * op0 ^ 0x80;
314 *op0 = u ^ 0x80;
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 208 * would be 'MOV op0, op1'
534 Operands(const Operand& op0)
537 add(op0);
540 Operands(const Operand& op0, const Operand& op1)
543 add(op0); add(op1);
546 Operands(const Operand& op0, const Operand& op1, const Operand& op2)
549 add(op0); add(op1); add(op2);
  /external/javassist/src/main/javassist/
CtConstructor.java 160 int op0 = it.byteAt(it.next()); local
161 return op0 == Opcode.RETURN // empty static initializer
162 || (op0 == Opcode.ALOAD_0
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 78 tree op0; member in struct:vn_reference_op_struct
gimple.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 78 tree op0; member in struct:vn_reference_op_struct
gimple.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 78 tree op0; member in struct:vn_reference_op_struct
gimple.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 78 tree op0; member in struct:vn_reference_op_struct
gimple.h     [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 121 eor r4, r4, r2 ; *op0 = u^0x80
122 str r4, [src, -pstep] ; store op0 result
231 eor r4, r4, r2 ; *op0 = u^0x80
loopfilter_v6.asm 242 eor r9, r9, r12 ; *op0 = u^0x80
243 str r9, [src], pstep ; store op0 result
480 eor r10, r10, lr ; *op0 = s^0x80
481 str r10, [src] ; store *op0
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /external/opencv/cxcore/src/
cxsumpixels.cpp 888 int sdepth, ddepth, cn, op0 = op; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_mmx.asm 807 ; *op0 = s^0x80;
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]

Completed in 660 milliseconds

1 2