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

1 2

  /external/skia/tests/
PDFPrimitivesTest.cpp 155 SkRefPtr<SkPDFInt> int3 = new SkPDFInt(3); local
156 int3->unref(); // SkRefPtr and new both took a reference.
161 catalog.addObject(int3.get(), false);
165 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int3.get()) == 3);
170 catalog.emitObjectNumber(&buffer, int3.get());
  /bionic/libc/kernel/arch-mips/asm/sgi/
ioc.h 196 struct sgint_regs int3; member in struct:sgioc_regs
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
ioc.h 196 struct sgint_regs int3; member in struct:sgioc_regs
  /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
  /external/kernel-headers/original/asm-mips/sgi/
ioc.h 176 struct sgint_regs int3; member in struct:sgioc_regs
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sgi/
ioc.h 196 struct sgint_regs int3; member in struct:sgioc_regs
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sgi/
ioc.h 196 struct sgint_regs int3; member in struct:sgioc_regs
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 310 typedef int int3 __attribute__((ext_vector_type(3)));
rs_cl.rsh 61 _RS_RUNTIME int3 __attribute__((overloadable)) fnc(float3 v); \
76 _RS_RUNTIME float3 __attribute__((overloadable)) fnc(float3 v1, int3 v2); \
94 _RS_RUNTIME float3 __attribute__((overloadable)) fnc(float3 v1, int3 *v2); \
109 fnc(float3 v1, float3 v2, int3 *v3); \
  /external/qemu/target-i386/
kvm.c 791 const static uint8_t int3 = 0xcc; local
794 cpu_memory_rw_debug(env, bp->pc, (uint8_t *)&int3, 1, 1))
801 uint8_t int3; local
803 if (cpu_memory_rw_debug(env, bp->pc, &int3, 1, 0) || int3 != 0xcc ||
  /frameworks/rs/scriptc/
rs_cl.rsh 61 _RS_RUNTIME int3 __attribute__((overloadable)) fnc(float3 v); \
76 _RS_RUNTIME float3 __attribute__((overloadable)) fnc(float3 v1, int3 v2); \
94 _RS_RUNTIME float3 __attribute__((overloadable)) fnc(float3 v1, int3 *v2); \
109 fnc(float3 v1, float3 v2, int3 *v3); \
rs_types.rsh 316 typedef int int3 __attribute__((ext_vector_type(3)));
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 70 extern int3 __attribute__((overloadable)) fnc(float3 v) { \
71 int3 r; \
139 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 v2) { \
226 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 *v2) { \
289 fnc(float3 v1, float3 v2, int3 *v3) { \
538 extern float3 __attribute__((overloadable)) pown(float3 v, int3 p) {
    [all...]
  /external/llvm/test/MC/X86/
x86-32.s 108 int3 label
109 // CHECK: int3
  /external/v8/test/cctest/
test-disasm-x64.cc 240 __ int3();
test-disasm-ia32.cc 258 __ int3();
  /external/v8/src/x64/
macro-assembler-x64.cc 208 int3();
311 int3();
390 int3();
472 int3();
523 int3();
908 int3();
974 int3();
    [all...]
assembler-x64.h 611 // Some x64 JS code is padded with int3 to make it large
    [all...]
assembler-x64.cc 157 // Additional guard int3 instructions can be added if required.
160 // takes up 13 bytes and int3 takes up one byte.
181 // Add the requested number of int3 instructions after the call.
183 patcher.masm()->int3();
382 memset(buffer_, 0xCC, buffer_size); // int3
511 // Clear the buffer in debug mode. Use 'int3' instructions to make
1215 void Assembler::int3() { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 91 int3();
222 int3();
262 int3();
    [all...]
codegen-ia32.cc 175 __ int3();
assembler-ia32.cc 196 // Additional guard int3 instructions can be added if required.
198 // Call instruction takes up 5 bytes and int3 takes up one byte.
218 // Add the requested number of int3 instructions after the call.
221 patcher.masm()->int3();
349 memset(buffer_, 0xCC, buffer_size); // int3
1285 void Assembler::int3() { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 853 void int3();
    [all...]
lithium-codegen-ia32.cc 137 __ int3();
571 if (FLAG_trap_on_deopt) __ int3();
587 if (FLAG_trap_on_deopt) __ int3();
593 __ int3();
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86Common.h     [all...]

Completed in 487 milliseconds

1 2