HomeSort by relevance Sort by last modified time
    Searched refs:int3 (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 153 int3 pref = convert_int3(rsGetElementAt_uchar3(in1, x, y));
154 int3 ptst = convert_int3(rsGetElementAt_uchar3(in2, x, y));
155 int3 d = convert_int3(abs(pref - ptst));
  /frameworks/rs/scriptc/
rs_allocation.rsh 192 GET_ELEMENT_AT(int3)
327 SET_ELEMENT_AT(int3)
406 VOP(int3)
rs_types.rsh 348 typedef int int3 __attribute__((ext_vector_type(3)));
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 192 GET_ELEMENT_AT(int3)
327 SET_ELEMENT_AT(int3)
407 VOP(int3)
rs_types.rsh 348 typedef int int3 __attribute__((ext_vector_type(3)));
  /external/qemu/target-i386/
kvm.c 801 const static uint8_t int3 = 0xcc; local
804 cpu_memory_rw_debug(cpu, bp->pc, (uint8_t *)&int3, 1, 1))
811 uint8_t int3; local
813 if (cpu_memory_rw_debug(cpu, bp->pc, &int3, 1, 0) || int3 != 0xcc ||
  /external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc 105 patcher.masm()->int3();
112 osr_patcher.masm()->int3();
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 40 patcher.masm()->int3();
47 osr_patcher.masm()->int3();
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 51 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
172 static void SC_debugI3(const char *s, const int3 *i) {
173 ALOGD("int3 %s {%d, %d, %d} 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->x, i->y, i->z);
rsCpuIntrinsicInlines.h 42 typedef int int3 __attribute__((ext_vector_type(3))); typedef
  /frameworks/rs/driver/runtime/arch/
generic.c 294 extern int3 __attribute__((overloadable)) max(int3 v1, int3 v2) {
295 int3 r;
495 extern int3 __attribute__((overloadable)) min(int3 v1, int3 v2) {
496 int3 r;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 126 _RS_RUNTIME int3 __attribute__((const, overloadable)) fnc(float3 v); \
146 _RS_RUNTIME float3 __attribute__((const, overloadable)) fnc(float3 v1, int3 v2); \
164 _RS_RUNTIME float3 __attribute__((pure, overloadable)) fnc(float3 v1, int3 *v2); \
195 fnc(float3 v1, float3 v2, int3 *v3); \
rs_types.rsh 329 typedef int int3 __attribute__((ext_vector_type(3)));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 126 _RS_RUNTIME int3 __attribute__((const, overloadable)) fnc(float3 v); \
146 _RS_RUNTIME float3 __attribute__((const, overloadable)) fnc(float3 v1, int3 v2); \
164 _RS_RUNTIME float3 __attribute__((pure, overloadable)) fnc(float3 v1, int3 *v2); \
195 fnc(float3 v1, float3 v2, int3 *v3); \
rs_types.rsh 329 typedef int int3 __attribute__((ext_vector_type(3)));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 126 _RS_RUNTIME int3 __attribute__((const, overloadable)) fnc(float3 v); \
146 _RS_RUNTIME float3 __attribute__((const, overloadable)) fnc(float3 v1, int3 v2); \
164 _RS_RUNTIME float3 __attribute__((pure, overloadable)) fnc(float3 v1, int3 *v2); \
195 fnc(float3 v1, float3 v2, int3 *v3); \
rs_types.rsh 329 typedef int int3 __attribute__((ext_vector_type(3)));
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 65 int &&int3 = ConvertsTo<float&>(); // expected-error{{no viable conversion from 'ConvertsTo<float &>' to 'int'}} local
  /frameworks/rs/driver/runtime/
rs_core.c 196 PRIM_DEBUG(int3)
rs_allocation.c 261 ELEMENT_AT(int3)
379 VOP(int3)
rs_cl.c 4 extern float3 __attribute__((overloadable)) convert_float3(int3 c);
8 extern int3 __attribute__((overloadable)) convert_int3(float3 c);
54 extern int3 __attribute__((overloadable)) fnc(float3 v) { \
55 int3 r; \
123 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 v2) { \
210 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 *v2) { \
273 fnc(float3 v1, float3 v2, int3 *v3) { \
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 127 int3
  /external/chromium_org/v8/src/x87/
deoptimizer-x87.cc 105 patcher.masm()->int3();
112 osr_patcher.masm()->int3();
  /external/llvm/test/MC/X86/
x86-16.s 64 int3 label
65 // CHECK: int3
  /external/chromium_org/tools/traceline/traceline/
assembler.h 406 void int3() {

Completed in 1712 milliseconds

1 23 4 5