Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StanfordPL/x64asm
/ functions
Functions
736 in github.com/StanfordPL/x64asm
⨍
Functions
736
◇
Types & classes
195
Method
check
Returns true if this register is well-formed. */
src/r.h:128
Method
check
Returns true if this register is well-formed. */
src/r.h:144
Method
check
Returns true if this register is well-formed. */
src/r.h:160
Method
check
Returns true if this register is well-formed. */
src/r.h:197
Method
check
Returns true if this register is well-formed. */
src/r.h:232
Method
check
Returns true if this register is well-formed. */
src/r.h:248
Method
check
Returns true if this register is well-formed. */
src/r.h:270
Method
check
Returns true if this register is well-formed. */
src/r.h:305
Method
check
Returns true if this register is well-formed. */
src/r.h:326
Method
check
Returns true if this register is well-formed. */
src/r.h:361
Method
check
Checks that this offset fits in 8 bits. */
src/rel.h:79
Method
check
Checks that this offset value fits in 32-bits. */
src/rel.h:94
Method
check
Returns true if this xmm register is well-formed. */
src/mm.h:34
Method
check
Checks that this immediate value fits in 8 bits. */
src/imm.h:83
Method
check
Checks that this immediate value fits in 16 bits. */
src/imm.h:98
Method
check
Check that this immediate value fits in 32 bits. */
src/imm.h:115
Method
check
Checks that this immediate value fits in 64-bits. */
src/imm.h:137
Method
check
Checks that this immediate value equals zero. */
src/imm.h:150
Method
check
Checks that this immediate value equals one. */
src/imm.h:167
Method
check
Checks that this immediate value equals three. */
src/imm.h:184
Method
check
Returns true if this modifier is well-formed. */
src/modifier.h:33
Method
check
Returns true if this segment register is well-formed. */
src/sreg.h:41
Method
check
Checks whether this segment register is %fs. */
src/sreg.h:93
Method
check
Checks whether this segment register is %gs. */
src/sreg.h:109
Method
check
Checks that this hint is well-formed. */
src/hint.h:35
Method
check
src/m_cc.h:22
Method
check
Returns true if this moffs contains a well-formed segment register. */
src/moffs.h:73
Method
check
Returns true if this stack register is well-formed. */
src/st.h:35
Method
check
Returns true if this stack register is %st(0). */
src/st.h:92
Method
cl
src/constants.h:329
Method
clear_seg
Removes the segment register from this moffs. */
src/moffs.h:68
Method
contains
Does this set contain a flag? */
src/flag_set.h:115
Method
contains_all
Helper method for checking containment in a group. */
src/reg_set.h:652
Method
contains_all_double
Returns true if this set contains all double registers. */
src/reg_set.h:579
Method
contains_all_quad
Returns true if this set contains all quad registers. */
src/reg_set.h:583
Method
contains_all_rb
Returns true if this set contains all byte registers. */
src/reg_set.h:571
Method
contains_all_rh
Returns true if this set contains all high registers. */
src/reg_set.h:567
Method
contains_all_rl
Returns true if this set contains all low registers. */
src/reg_set.h:563
Method
contains_all_word
Returns true if this set contains all word registers. */
src/reg_set.h:575
Method
contains_all_xmm
Returns true if this set contains all xmm registers. */
src/reg_set.h:587
Method
contains_all_ymm
Returns true if this set contains all ymm registers. */
src/reg_set.h:591
Method
contains_any
Helper method for checking containment in a group. */
src/reg_set.h:648
Method
contains_any_double
Returns true if this set contains any double registers. */
src/reg_set.h:546
Method
contains_any_quad
Returns true if this set contains any quad registers. */
src/reg_set.h:550
Method
contains_any_rb
Returns true if this set contains any byte registers. */
src/reg_set.h:537
Method
contains_any_rh
Returns true if this set contains any high registers. */
src/reg_set.h:533
Method
contains_any_rl
Returns true if this set contains any low registers. */
src/reg_set.h:529
Method
contains_any_word
Returns true if this set contains any word registers. */
src/reg_set.h:541
Method
contains_any_xmm
Returns true if this set contains any xmm registers. */
src/reg_set.h:554
Method
contains_any_ymm
Returns true if this set contains any ymm registers. */
src/reg_set.h:558
Method
contains_seg
Returns true if this moffs contains a segment register. */
src/moffs.h:45
Method
cs
src/constants.h:539
Method
cx
src/constants.h:392
Method
debug
src/assembler.cc:114
Method
dh
src/constants.h:345
Method
di
src/constants.h:410
Method
dil
src/constants.h:361
Method
disp_imm
Emits a one-byte immediate. */
src/assembler.h:191
Method
dl
src/constants.h:332
Method
ds
src/constants.h:545
Method
dx
src/constants.h:395
Method
eax
src/constants.h:438
Method
ebp
src/constants.h:453
Method
ebx
src/constants.h:447
Method
ecx
src/constants.h:441
Method
edi
src/constants.h:459
Method
edx
src/constants.h:444
Method
eflags_ac
src/constants.h:91
Method
eflags_af
src/constants.h:52
Method
eflags_cf
src/constants.h:40
Method
eflags_df
src/constants.h:70
Method
eflags_id
src/constants.h:100
Method
eflags_if
src/constants.h:67
Method
eflags_iopl
src/constants.h:76
Method
eflags_nt
src/constants.h:79
Method
eflags_of
src/constants.h:73
Method
eflags_pf
src/constants.h:46
Method
eflags_res1
src/constants.h:43
Method
eflags_res15
src/constants.h:82
Method
eflags_res3
src/constants.h:49
Method
eflags_res5
src/constants.h:55
Method
eflags_rf
src/constants.h:85
Method
eflags_sf
src/constants.h:61
Method
eflags_tf
src/constants.h:64
Method
eflags_vif
src/constants.h:94
Method
eflags_vip
src/constants.h:97
Method
eflags_vm
src/constants.h:88
Method
eflags_zf
src/constants.h:58
Method
empty
Creates an empty flag set. */
src/flag_set.h:58
Method
enabled
Returns whether this instruction is enabled for a flag set. */
src/instruction.h:474
Method
es
src/constants.h:536
Method
esi
src/constants.h:456
Method
esp
src/constants.h:450
Method
far
src/constants.h:322
Method
finish
Finishes compiling a function. Replaces relative placeholders by actual values, and deletes references after doing so. */
src/assembler.h:89
Method
fix_operands_type
Fix the types of all the operands */
src/instruction.h:112
Method
flags_begin
Iterates for the status eflags */
src/reg_set.h:858
Method
flags_end
End iterator for the status eflags */
src/reg_set.h:862
Method
fpu_control_dm
src/constants.h:107
Method
fpu_control_im
src/constants.h:104
← previous
next →
201–300 of 736, ranked by callers