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

  /external/libunwind_llvm/src/
CompactUnwinder.hpp 132 // stack size is encoded in subl $xxx,%esp instruction
133 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
134 stackSize = subl + 4 * stackAdjust;
361 // stack size is encoded in subl $xxx,%esp instruction
362 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
363 stackSize = subl + 8 * stackAdjust;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
CompactUnwinder.hpp 132 // stack size is encoded in subl $xxx,%esp instruction
133 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
134 stackSize = subl + 4 * stackAdjust;
361 // stack size is encoded in subl $xxx,%esp instruction
362 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
363 stackSize = subl + 8 * stackAdjust;
  /art/compiler/utils/x86/
assembler_x86.cc 1832 void X86Assembler::subl(Register dst, Register src) { function in class:art::x86::X86Assembler
1839 void X86Assembler::subl(Register reg, const Immediate& imm) { function in class:art::x86::X86Assembler
1845 void X86Assembler::subl(Register reg, const Address& address) { function in class:art::x86::X86Assembler
1852 void X86Assembler::subl(const Address& address, Register reg) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2287 void X86_64Assembler::subl(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
2295 void X86_64Assembler::subl(CpuRegister reg, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
2326 void X86_64Assembler::subl(CpuRegister reg, const Address& address) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rx.c 219 int subl;
225 subl = strlen (sub);
228 while (strl >= subl)
231 if (strncasecmp (string, sub, subl) == 0)
218 int subl; local
    [all...]

Completed in 945 milliseconds