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

1 2 3 4 5 6 7

  /art/runtime/interpreter/mterp/x86_64/
entry.S 38 PUSH %rbx
39 PUSH %rbp
40 PUSH %r12
41 PUSH %r13
42 PUSH %r14
43 PUSH %r15
  /art/runtime/arch/x86_64/
jni_entrypoints_x86_64.S 24 PUSH r9 // Arg.
25 PUSH r8 // Arg.
26 PUSH rdi // JniEnv.
27 PUSH rsi // Arg.
28 PUSH rdx // Arg.
29 PUSH rcx // Arg.
quick_entrypoints_x86_64.S 63 PUSH r15 // Callee save.
64 PUSH r14 // Callee save.
65 PUSH r13 // Callee save.
66 PUSH r12 // Callee save.
67 PUSH rbp // Callee save.
68 PUSH rbx // Callee save.
105 PUSH r15 // Callee save.
106 PUSH r14 // Callee save.
107 PUSH r13 // Callee save.
108 PUSH r12 // Callee save
    [all...]
  /art/runtime/interpreter/mterp/x86/
entry.S 38 PUSH %ebp
39 PUSH %edi
40 PUSH %esi
41 PUSH %ebx
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
push-pop.d 2 #name: PUSH and POP
4 # Test the `PUSH' and `POP' instructions
9 0+000 <.*> e52d0004 push {r0} ; \(str r0, \[sp, #-4\]!\)
10 0+004 <.*> e92d000e push {r1, r2, r3}
11 0+008 <.*> e52d9004 push {r9} ; \(str r9, \[sp, #-4\]!\)
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 28 PUSH edi // Save callee saves (ebx is saved/restored by the upcall)
29 PUSH esi
30 PUSH ebp
37 // Push save all callee-save method.
54 PUSH edi // Save callee saves (ebx is saved/restored by the upcall)
55 PUSH esi
56 PUSH ebp
63 // Push save all callee-save method.
82 PUSH edi // Save callee saves (ebx is saved/restored by the upcall)
83 PUSH es
    [all...]
  /external/speex/libspeex/
stack_alloc.h 60 * @def PUSH(stack, size, type)
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VALGRIND_MAKE_WRITABLE(stack, ((size)*sizeof(type))),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
111 #define ALLOC(var, size, type) var = PUSH(stack, size, type)
  /external/valgrind/coregrind/m_debuginfo/
d3basics.c 492 # define PUSH(_arg) \
552 PUSH(0);
579 PUSH( a1 );
615 PUSH( a1 + sw1 );
634 PUSH( a1 );
645 PUSH( a1 );
659 PUSH(uw1);
680 PUSH(uw1);
700 PUSH(uw1);
707 PUSH(opcode - DW_OP_lit0)
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 92 PUSH,
HidGlobal.cpp 30 if (i.tag == PUSH || i.tag == POP) {
31 LOG_E << "PUSH and POP should be handled in HidGlobalStack, " << i << LOG_ENDL;
102 if (i.tag == PUSH) {
  /bionic/libc/arch-x86/atom/string/
ssse3-wcscat-atom.S 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
89 PUSH (%edi)
sse2-wcsrchr-atom.S 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
82 #define ENTRANCE PUSH(%edi);
123 PUSH (%esi)
135 PUSH (%esi)
169 PUSH (%esi)
181 PUSH (%esi)
  /external/libopus/celt/
stack_alloc.h 64 * @def PUSH(stack, size, type)
137 #define PUSH(stack, size, type) (VALGRIND_MAKE_MEM_NOACCESS(stack, global_stack_top-stack),ALIGN((stack),sizeof(type)/sizeof(char)),VALGRIND_MAKE_MEM_UNDEFINED(stack, ((size)*sizeof(type)/sizeof(char))),(stack)+=(2*(size)*sizeof(type)/sizeof(char)),(type*)((stack)-(2*(size)*sizeof(type)/sizeof(char))))
144 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)/sizeof(char)),(stack)+=(size)*(sizeof(type)/sizeof(char)),(type*)((stack)-(size)*(sizeof(type)/sizeof(char))))
156 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type)
  /external/aac/libSBRdec/src/arm/
env_calc_arm.cpp 116 PUSH {r4-r5}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_UnpackBlock4x4_s.S 31 PUSH {r4-r8,lr}
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S 30 PUSH {r4-r6,lr}
62 PUSH {r4-r6,lr}
omxVCM4P10_TransformDequantLumaDCFromPair_s.S 30 PUSH {r4-r6,lr}
83 PUSH {r4-r6,lr}
omxVCM4P10_DeblockLuma_I.S 30 PUSH {r4-r9,lr}
armVCM4P10_Average_4x_Align_unsafe_s.S 30 PUSH {r4-r6,lr}
60 PUSH {r4-r6,lr}
102 PUSH {r4-r6,lr}
  /art/runtime/arch/
stub_test.cc 85 // Push a transition back into managed code onto the linked list in thread.
93 #define PUSH(reg) "push " # reg "\n\t .cfi_adjust_cfa_offset 4\n\t"
100 PUSH(%%ebx)
101 PUSH(%%ecx)
102 PUSH(%%edx)
103 PUSH(%%esi)
104 PUSH(%%edi)
105 PUSH(%%ebp)
108 PUSH(%[referrer]) // Align stack
    [all...]
  /external/libxml2/
pattern.c 19 * currently push(NULL, NULL) means a reset of the streaming context
483 fprintf(stderr, "Push: %d, %s\n", step, node->name);
729 #define PUSH(op, val, val2) \
930 PUSH(XML_OP_ATTR, NULL, NULL);
980 PUSH(XML_OP_ATTR, NULL, URL);
988 PUSH(XML_OP_ATTR, token, URL);
991 PUSH(XML_OP_ATTR, name, NULL);
1025 PUSH(XML_OP_ELEM, NULL, NULL);
1048 PUSH(XML_OP_ALL, NULL, NULL);
1102 PUSH(XML_OP_NS, URL, NULL)
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
__aeabi_cdcmp.asm 35 PUSH {R0 - R3, IP, LR}
__aeabi_cfcmp.asm 31 PUSH {R0 - R3, IP, LR}
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
ldivmod.asm 30 PUSH {r4,lr}
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinFrameLowering.cpp 79 BuildMI(MBB, MBBI, dl, TII.get(BF::PUSH))
81 BuildMI(MBB, MBBI, dl, TII.get(BF::PUSH))

Completed in 895 milliseconds

1 2 3 4 5 6 7