| /third_party/mksh/ |
| H A D | edit.c | 486 x_command_glob(int flags, char *toglob, char ***wordsp) in x_command_glob() argument 794 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path() argument 2807 do_complete( int flags, Comp_type type) do_complete() argument 5414 int rval, nwords, start, end, flags; complete_word() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_context.h | 682 } flags; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_isa.h | 178 unsigned int flags; member 187 int flags; member 196 int flags; member
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_lib.c | 1071 void SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags() argument 1086 unsigned long SSL_CTX_dane_set_flags(SSL_CTX *ctx, unsigned long flags) in SSL_CTX_dane_set_flags() argument 1094 SSL_CTX_dane_clear_flags(SSL_CTX *ctx, unsigned long flags) SSL_CTX_dane_clear_flags() argument 1145 SSL_dane_set_flags(SSL *ssl, unsigned long flags) SSL_dane_set_flags() argument 1153 SSL_dane_clear_flags(SSL *ssl, unsigned long flags) SSL_dane_clear_flags() argument 2169 SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) SSL_sendfile() argument [all...] |
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_compile.c | 2561 uint16_t flags; member 8779 find_firstassertedcu(PCRE2_SPTR code, uint32_t *flags, uint32_t inassert) find_firstassertedcu() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiFeatureInfo.cpp | 3309 VkFormatFeatureFlags flags; getBaseRequiredOptimalTilingFeatures() member 3387 VkFormatFeatureFlags flags = (VkFormatFeatureFlags)0; getRequiredOptimalExtendedTilingFeatures() local 3620 VkFormatFeatureFlags flags = (VkFormatFeatureFlags)0; getRequiredBufferFeatures() local 4070 VkImageUsageFlags flags = (VkImageUsageFlags)0; getValidImageUsageFlags() local 4125 VkImageCreateFlags flags = (VkImageCreateFlags)0; getValidImageCreateFlags() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 261 VkGeometryInstanceFlagsKHR getCullFlags (InstanceCullFlags flags) in getCullFlags() argument 4855 VkBuildAccelerationStructureFlagsKHR flags; addBasicBuildingTests() member [all...] |
| H A D | vktRayTracingBuiltinTests.cpp | 2576 deUint32 flags = 0; addBuiltInShaderSource() local 3482 deUint32 flags; global() member 4421 flags[] = createIndirectFlagsTestCases() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassTests.cpp | 653 void setSrcAccessMask (const VkAccessFlags& flags) { m_srcAccessMask = flags; } in setSrcAccessMask() argument 654 void setDstAccessMask (const VkAccessFlags& flags) { m_dstAccessMask = flags; } in setDstAccessMask() argument 576 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const vector<AttachmentReference>& inputAttachments, const vector<AttachmentReference>& colorAttachments, const vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const vector<deUint32>& preserveAttachments, bool omitBlendState = false) Subpass() argument 620 SubpassDependency(deUint32 srcPass, deUint32 dstPass, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkDependencyFlags flags) SubpassDependency() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 363 int flags = val; in comparisonMessage() local 376 tcu::IVec2 flags = val; in comparisonMessage() local 390 tcu::IVec3 flags = val; comparisonMessage() local 407 tcu::IVec4 flags = val; comparisonMessage() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiFeatureInfo.cpp | 3334 VkFormatFeatureFlags flags; getBaseRequiredOptimalTilingFeatures() member 3412 VkFormatFeatureFlags flags = (VkFormatFeatureFlags)0; getRequiredOptimalExtendedTilingFeatures() local 3650 VkFormatFeatureFlags flags = (VkFormatFeatureFlags)0; getRequiredBufferFeatures() local 4075 VkImageUsageFlags flags = (VkImageUsageFlags)0; getValidImageUsageFlags() local 4130 VkImageCreateFlags flags = (VkImageCreateFlags)0; getValidImageCreateFlags() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_ext_autogen.cpp | 4816 CaptureBufferStorageEXT(const State &glState, bool isCallValid, BufferBinding targetPacked, GLsizeiptr size, const void *data, GLbitfield flags) CaptureBufferStorageEXT() argument 5692 CaptureBufferStorageExternalEXT(const State &glState, bool isCallValid, BufferBinding targetPacked, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) CaptureBufferStorageExternalEXT() argument 5712 CaptureNamedBufferStorageExternalEXT(const State &glState, bool isCallValid, GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) CaptureNamedBufferStorageExternalEXT() argument [all...] |
| H A D | capture_gles_ext_params.cpp | 3572 CaptureBufferStorageEXT_data(const State &glState, bool isCallValid, BufferBinding targetPacked, GLsizeiptr size, const void *data, GLbitfield flags, angle::ParamCapture *paramCapture) CaptureBufferStorageEXT_data() argument
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_funcs.hpp | 234 getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags, Dispatch const & d ) const getImageFormatProperties() argument 980 mapMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::DeviceSize size, VULKAN_HPP_NAMESPACE::MemoryMapFlags flags, Dispatch const & d ) const mapMemory() argument 1957 getQueryPoolResults( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, ArrayProxy<T> const & data, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResults() argument 1981 getQueryPoolResults( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResults() argument 2008 getQueryPoolResult( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResult() argument 3700 resetDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool, VULKAN_HPP_NAMESPACE::DescriptorPoolResetFlags flags, Dispatch const & d ) const resetDescriptorPool() argument 4274 resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAMESPACE::CommandPoolResetFlags flags, Dispatch const & d ) const resetCommandPool() argument 4502 reset( VULKAN_HPP_NAMESPACE::CommandBufferResetFlags flags, Dispatch const & d ) const reset() argument 10194 getExternalImageFormatPropertiesNV( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags, VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV externalHandleType, Dispatch const & d ) const getExternalImageFormatPropertiesNV() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_4_autogen.cpp | 5877 GL_BufferStorage(GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) GL_BufferStorage() argument 8464 GL_NamedBufferStorage(GLuint buffer, GLsizeiptr size, const void *data, GLbitfield flags) GL_NamedBufferStorage() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_ext_autogen.cpp | 4069 GL_BufferStorageEXT(GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) GL_BufferStorageEXT() argument 5051 GL_BufferStorageExternalEXT(GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) GL_BufferStorageExternalEXT() argument 5087 GL_NamedBufferStorageExternalEXT(GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) GL_NamedBufferStorageExternalEXT() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Context.cpp | 973 GLsync Context::createFenceSync(GLenum condition, GLbitfield flags) in createFenceSync() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | libVulkan.cpp | 613 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties) in vkGetPhysicalDeviceImageFormatProperties() argument 1225 vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData) vkMapMemory() argument 1639 vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) vkGetQueryPoolResults() argument 2279 vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vkResetDescriptorPool() argument 2421 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) vkResetCommandPool() argument 2490 vkResetCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags) vkResetCommandBuffer() argument 2832 vkCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) vkCmdBeginQuery() argument 2837 vk::Cast(commandBuffer)->beginQuery(vk::Cast(queryPool), query, flags); vkCmdBeginQuery() local 2864 vkCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) vkCmdCopyQueryPoolResults() argument 2869 vk::Cast(commandBuffer)->copyQueryPoolResults(vk::Cast(queryPool), firstQuery, queryCount, vk::Cast(dstBuffer), dstOffset, stride, flags); vkCmdCopyQueryPoolResults() local 3502 VkImageCreateFlags flags = pImageFormatInfo->flags; vkGetPhysicalDeviceImageFormatProperties2() local 3666 vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPool() argument [all...] |
| /third_party/openssl/ssl/ |
| H A D | ssl_lib.c | 1007 void SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags() argument 1022 unsigned long SSL_CTX_dane_set_flags(SSL_CTX *ctx, unsigned long flags) in SSL_CTX_dane_set_flags() argument 1030 SSL_CTX_dane_clear_flags(SSL_CTX *ctx, unsigned long flags) SSL_CTX_dane_clear_flags() argument 1081 SSL_dane_set_flags(SSL *ssl, unsigned long flags) SSL_dane_set_flags() argument 1089 SSL_dane_clear_flags(SSL *ssl, unsigned long flags) SSL_dane_clear_flags() argument 2069 SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) SSL_sendfile() argument [all...] |
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_demo.cpp | 1029 static ImGuiComboFlags flags = 0; in ShowDemoWindowWidgets() local 1288 static ImGuiInputTextFlags flags = ImGuiInputTextFlags_AllowTabInput; ShowDemoWindowWidgets() local 1787 ImGuiColorEditFlags flags = misc_flags; ShowDemoWindowWidgets() local 1829 static ImGuiSliderFlags flags = ImGuiSliderFlags_None; ShowDemoWindowWidgets() local 3575 ShowTableColumnsStatusFlags(ImGuiTableColumnFlags flags) ShowTableColumnsStatusFlags() argument 3690 static ImGuiTableFlags flags = ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg; global() local 3760 static ImGuiTableFlags flags = ImGuiTableFlags_SizingStretchSame | ImGuiTableFlags_Resizable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_ContextMenuInBody; global() local 3796 static ImGuiTableFlags flags = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_Resizable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_ContextMenuInBody; global() local 3823 static ImGuiTableFlags flags = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_RowBg | ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; global() local 3872 static ImGuiTableFlags flags = ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV; global() local 4080 static ImGuiTableFlags flags = ImGuiTableFlags_ScrollY | ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg | ImGuiTableFlags_Resizable; global() local 4138 static ImGuiTableFlags flags = ImGuiTableFlags_ScrollY | ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; global() local 4184 static ImGuiTableFlags flags = ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY | ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; global() local 4297 const ImGuiTableFlags flags global() local 4463 static ImGuiTableFlags flags = ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_ContextMenuInBody | ImGuiTableFlags_RowBg | ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_NoHostExtendX; global() local 4525 static ImGuiTableFlags flags = ImGuiTableFlags_RowBg; global() local 4582 static ImGuiTableFlags flags = ImGuiTableFlags_BordersV | ImGuiTableFlags_BordersOuterH | ImGuiTableFlags_Resizable | ImGuiTableFlags_RowBg | ImGuiTableFlags_NoBordersInBody; global() local 4902 static ImGuiTableFlags flags = global() local 4973 static ImGuiTableFlags flags = global() local 6832 ImGuiTreeNodeFlags flags = ImGuiTreeNodeFlags_Leaf | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_Bullet; global() local 7003 ImGuiWindowFlags flags = auto_resize ? ImGuiWindowFlags_AlwaysAutoResize : 0; global() local 7076 static ImGuiWindowFlags flags = ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoSavedSettings; global() local [all...] |
| H A D | imgui_draw.cpp | 716 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, ImDrawFlags flags, float thickness) in AddPolyline() argument 1318 static inline ImDrawFlags FixRectCornerFlags(ImDrawFlags flags) in FixRectCornerFlags() argument 1351 PathRect(const ImVec2& a, const ImVec2& b, float rounding, ImDrawFlags flags) PathRect() argument 1388 AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags, float thickness) AddRect() argument 1399 AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags) AddRectFilled() argument 1637 AddImageRounded(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col, float rounding, ImDrawFlags flags) AddImageRounded() argument 3916 RenderColorRectWithAlphaCheckerboard(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 col, float grid_step, ImVec2 grid_off, float rounding, ImDrawFlags flags) RenderColorRectWithAlphaCheckerboard() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/swig/ |
| H A D | libwebp_python_wrap.c | 1494 int flags; SwigPyClientData_New() local 2345 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) SWIG_Python_ConvertPtrAndOwn() argument 2620 SWIG_Python_NewPointerObj(PyObject *self, void *ptr, swig_type_info *type, int flags) SWIG_Python_NewPointerObj() argument 2922 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags) SWIG_Python_MustGetPtr() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 855 MachineMemOperand::Flags flags = MachineMemOperand::MONone; member
|
| /third_party/toybox/toys/pending/ |
| H A D | awk.c | 214 unsigned flags; member 267 unsigned flags; member [all...] |
| /third_party/vixl/src/aarch32/ |
| H A D | macro-assembler-aarch32.h | 1146 void Adc(FlagsUpdate flags, in MacroAssembler() argument 1170 void Adc(FlagsUpdate flags, in MacroAssembler() argument 1238 void Add(FlagsUpdate flags, in MacroAssembler() argument 1276 void Add(FlagsUpdate flags, in MacroAssembler() argument 1336 void And(FlagsUpdate flags, in MacroAssembler() argument 1364 And(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 1413 Asr(FlagsUpdate flags, Condition cond, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 1439 Asr(FlagsUpdate flags, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 1554 Bic(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 1578 Bic(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 1978 Eor(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 2002 Eor(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 2667 Lsl(FlagsUpdate flags, Condition cond, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 2693 Lsl(FlagsUpdate flags, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 2742 Lsr(FlagsUpdate flags, Condition cond, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 2768 Lsr(FlagsUpdate flags, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 2811 Mla(FlagsUpdate flags, Condition cond, Register rd, Register rn, Register rm, Register ra) MacroAssembler() argument 2829 Mla( FlagsUpdate flags, Register rd, Register rn, Register rm, Register ra) MacroAssembler() argument 2911 Mov(FlagsUpdate flags, Condition cond, Register rd, const Operand& operand) MacroAssembler() argument 2950 Mov(FlagsUpdate flags, Register rd, const Operand& operand) MacroAssembler() argument 3034 Mul(FlagsUpdate flags, Condition cond, Register rd, Register rn, Register rm) MacroAssembler() argument 3057 Mul(FlagsUpdate flags, Register rd, Register rn, Register rm) MacroAssembler() argument 3095 Mvn(FlagsUpdate flags, Condition cond, Register rd, const Operand& operand) MacroAssembler() argument 3118 Mvn(FlagsUpdate flags, Register rd, const Operand& operand) MacroAssembler() argument 3177 Orn(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3194 Orn(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3254 Orr(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3282 Orr(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3699 Ror(FlagsUpdate flags, Condition cond, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 3723 Ror(FlagsUpdate flags, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 3762 Rrx(FlagsUpdate flags, Condition cond, Register rd, Register rm) MacroAssembler() argument 3775 Rrx(FlagsUpdate flags, Register rd, Register rm) MacroAssembler() argument 3815 Rsb(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3839 Rsb(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3881 Rsc(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3898 Rsc(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3992 Sbc(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 4016 Sbc(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 4786 Smull(FlagsUpdate flags, Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 4804 Smull(FlagsUpdate flags, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 5530 Sub(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 5568 Sub(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 5976 Umlal(FlagsUpdate flags, Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 5994 Umlal(FlagsUpdate flags, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 6041 Umull(FlagsUpdate flags, Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 6059 Umull(FlagsUpdate flags, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument [all...] |