Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged x86
0
votes
986
views
1
answer
x86 - SSE multiplication of 4 32-bit integers
How to multiply four 32-bit integers by another 4 integers? I didn't find any instruction which can do it. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
625
views
1
answer
x86 - Memory alignment on a 32-bit Intel processor
Intel's 32-bit processors such as Pentium have 64-bit wide data bus and therefore fetch 8 bytes per access. ... they be justified in doing so? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
600
views
1
answer
x86 - What's the relative speed of floating point add vs. floating point multiply
A decade or two ago, it was worthwhile to write numerical code to avoid using multiplies and divides and use ... to get a useful intuition. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
693
views
1
answer
x86 Assembly pushl/popl don't work with "Error: suffix or operands invalid"
I'm a newbie to assembly programming, working through Programming Ground Up on an Ubuntu x86_64 desktop with GNU ... Or is it my assembler? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
1.1k
views
1
answer
x86 - Assembly bubble sort swap
I'm trying to do a bubble sort in x86 assembly (yes it has to be bubble, as I'm not concerned about ... into the specific address. Any help? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
838
views
1
answer
x86 - Sum reduction of unsigned bytes without overflow, using SSE2 on Intel
I am trying to find sum reduction of 32 elements (each 1 byte data) on an Intel i3 processor. I did this: s=0 ... . Not sure how it works on SSE See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
537
views
1
answer
x86 64 - Assembly registers in 64-bit architecture
Following the answer about assembly registers' sizes: First, what sizes are eax, ax, ah and their counterparts, ... the new calling convention? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
681
views
1
answer
x86 - Why do virtual memory addresses for linux binaries start at 0x8048000?
Disassembling an ELF binary on a Ubuntu x86 system I couldn't help but notice that the code(.text) section ... it just an arbitrary choice? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
469
views
1
answer
x86 - How to disassemble, modify and then reassemble a Linux executable?
Is there anyway this can be done? I've used objdump but that doesn't produce assembly output that will be ... and then test it afterwards. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
630
views
1
answer
x86 - Is LFENCE serializing on AMD processors?
In recent Intel ISA documents the lfence instruction has been defined as serializing the instruction stream ( ... the instruction stream? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
547
views
1
answer
x86 - int 13h 42h doesn't load anything in Bochs
I changed my bootloader from CHS to LBA, so I replaced int 13h 02h with int 13h 42h. It works ... display_library: x, options="gui_debug" See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
498
views
1
answer
x86 - Why can't my ultraportable laptop CPU maintain peak performance in HPC
I have developed a high performance Cholesky factorization routine, which should have peak performance at around ... the overall measurement. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
612
views
1
answer
x86 - Why Linux/gnu linker chose address 0x400000?
I'm experimenting with ELF executables and the gnu toolchain on Linux x86_64: I've linked and stripped (by hand) ... to map the file to? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
798
views
1
answer
x86 - Addressing Modes in Assembly Language (IA-32 NASM)
As the web-resources on this is sparse, I will, for the benefit of future searches, begin by listing the address ... the end, not MY_TABLE[1]? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
746
views
1
answer
x86 - Fastest way to unpack 32 bits to a 32 byte SIMD vector
Having 32 bits stored in a uint32_t in memory, what's the fastest way to unpack each bit to a separate byte ... .com/en-us/forums/topic/283382 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
465
views
1
answer
x86 - How has CPU architecture evolution affected virtual function call performance?
Years ago I was learning about x86 assembler, CPU pipelining, cache misses, branch prediction, and all that ... bad branch predictions, etc? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
Page:
« prev
1
2
3
4
5
6
7
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] window.open新打开页面被拦截
[2] audio标签链接一个src报错
[3] c# - How to setup the exit condition matching the correct route
[4] 代码打包上传时报错 "default-src 'self' http: https:
[5] java 获取ipv6 失败
[6] flutter - How to put gesture detector at specific points on the photo?
[7] python - scrapy insert data to Mysql
[8] antd中使用Mentions异步加载遇到的中文和大写英文无法渲染问题?
[9] ubuntu - MQTT Configuration File Mosquitto on Azure Ubunutu VM
[10] swiftUI 中 padding 调用时间不同渲染的样式也不同
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...