HomeSort by relevance Sort by last modified time
    Searched refs:__thumb_mode_bit (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Headers/
unwind.h 186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; local
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
unwind.h 186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; local
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
unwind.h 186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; local
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
  /prebuilts/sdk/renderscript/clang-include/
unwind.h 186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; local
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);

Completed in 417 milliseconds