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
fpu_control_om
src/constants.h:113
Method
fpu_control_pc
src/constants.h:128
Method
fpu_control_pm
src/constants.h:119
Method
fpu_control_rc
src/constants.h:131
Method
fpu_control_res13
src/constants.h:137
Method
fpu_control_res14
src/constants.h:140
Method
fpu_control_res15
src/constants.h:143
Method
fpu_control_res6
src/constants.h:122
Method
fpu_control_res7
src/constants.h:125
Method
fpu_control_um
src/constants.h:116
Method
fpu_control_x
src/constants.h:134
Method
fpu_control_zm
src/constants.h:110
Method
fpu_data
src/constants.h:264
Method
fpu_instruction
src/constants.h:267
Method
fpu_opcode
src/constants.h:270
Method
fpu_status_b
src/constants.h:186
Method
fpu_status_c0
src/constants.h:171
Method
fpu_status_c1
src/constants.h:174
Method
fpu_status_c2
src/constants.h:177
Method
fpu_status_c3
src/constants.h:183
Method
fpu_status_de
src/constants.h:150
Method
fpu_status_es
src/constants.h:168
Method
fpu_status_ie
src/constants.h:147
Method
fpu_status_oe
src/constants.h:156
Method
fpu_status_pe
src/constants.h:162
Method
fpu_status_sf
src/constants.h:165
Method
fpu_status_top
src/constants.h:180
Method
fpu_status_ue
src/constants.h:159
Method
fpu_status_ze
src/constants.h:153
Method
fs
src/constants.h:548
Method
get_buffer
Deprecated: Use data() */
src/function.h:308
Method
get_entrypoint
Returns the address of the entrypoint of this function. */
src/function.h:109
Method
get_head
Deprecated: Use data() + size() */
src/function.h:312
Method
get_operand
src/instruction.h:149
Method
get_seg
Returns this moffs' segment register; undefined if absent. */
src/moffs.h:50
Method
gp_begin
Iterate over largest general-purpose registers */
src/reg_set.h:834
Method
gp_end
End iterator for the gp registers */
src/reg_set.h:838
Method
gs
src/constants.h:551
Method
hash
src/instruction.cc:971
Function
hello
Prints hello world
examples/functions.cc:28
Method
init
Helper method: initializes all internal fields. */
src/m.h:217
Method
is_any_bt
Is this any of the bt family of instructions. */
src/instruction.h:174
Method
is_any_call
Does this instruction invoke a function call. */
src/instruction.h:178
Method
is_any_indirect_jump
Returns true if this instruction is a jmp or jmpcc to an indirect pointer. */
src/instruction.h:182
Method
is_any_jump
Returns true if this instruction causes a control flow jump. */
src/instruction.h:186
Method
is_any_loop
Returns true if this instruction induces loop behavior. */
src/instruction.h:190
Method
is_any_nop
Returns true if this instruction does not modify machine state. */
src/instruction.h:194
Method
is_any_return
Returns true if this instruction causes control to return. */
src/instruction.h:198
Method
is_any_sse
Is this an SSE instruction (any version) ? */
src/instruction.h:344
Method
is_avx
Is this an AVX 1 instruction? */
src/instruction.h:352
Method
is_avx2
Is this an AVX 2 instruction? */
src/instruction.h:356
Method
is_bt
Is this a variant of the bt instruction? */
src/instruction.h:203
Method
is_btc
Is this a variant of the btc instruction? */
src/instruction.h:207
Method
is_btr
Is this a variant of the btr instruction? */
src/instruction.h:211
Method
is_bts
Is this a variant of the bt instruction? */
src/instruction.h:215
Method
is_call
Is this a variant of the call instruction? */
src/instruction.h:219
Method
is_cond_jump
@Deprecated. Use is_jcc() */
src/instruction.h:507
Method
is_div
Is this a variant of the div instruction? */
src/instruction.h:223
Method
is_enter
Is this a variant of the enter instruction? */
src/instruction.h:227
Method
is_explicit_memory_dereference
Does this instruction explicitly dereference memory? */
src/instruction.h:371
Method
is_fnop
Is this a variant of the fnop instruction? */
src/instruction.h:231
Method
is_gp_register
src/operand.cc:58
Method
is_idiv
Is this a variant of the idiv instruction? */
src/instruction.h:235
Method
is_immediate
src/operand.cc:105
Method
is_implicit_memory_dereference
Does this instruction implicitly dereference memory? @todo missing cases */
src/instruction.h:367
Method
is_iret
Is this a variant of the iret instruction? */
src/instruction.h:239
Method
is_jcc
Is this a variant of the jcc (jump conditional) instruction? */
src/instruction.h:243
Method
is_jmp
Is this a variant of the jmp instruction? */
src/instruction.h:247
Method
is_jump
@Deprecated. Use is_any_jump() */
src/instruction.h:511
Method
is_label_defn
Returns true if this instruction is a label definiton. */
src/instruction.h:251
Method
is_lddqu
Is this a variant of the lddqu instruction? */
src/instruction.h:259
Method
is_lea
Is this a variant of the lea instruction? */
src/instruction.h:255
Method
is_leave
Is this a variant of the leave instruction? */
src/instruction.h:263
Method
is_maskmovdqu
Is this a variant of the maskmovdqu instruction? */
src/instruction.h:267
Method
is_memory_dereference
Does this instruction dereference memory? */
src/instruction.h:375
Method
is_movdqu
Is this a variant of the movdqu instruction? */
src/instruction.h:271
Method
is_movupd
Is this a variant of the movupd instruction? */
src/instruction.h:275
Method
is_movups
Is this a variant of the movups instruction? */
src/instruction.h:279
Method
is_nop
Is this a variant of the nop instruction? */
src/instruction.h:283
Method
is_pop
Is this a variant of the pop instruction? */
src/instruction.h:287
Method
is_popcnt
Is this a variant of the popcnt instruction? */
src/instruction.h:291
Method
is_push
Is this a variant of the push instruction? */
src/instruction.h:295
Method
is_rdrand
Is this a variant of the rdrand instruction? */
src/instruction.h:299
Method
is_ret
Is this a variant of the ret instruction? */
src/instruction.h:303
Method
is_return
@Deprecated. Use is_any_return() */
src/instruction.h:515
Method
is_sse_register
src/operand.cc:80
Method
is_syscall
Is this a variant of the syscall instruction? */
src/instruction.h:307
Method
is_sysenter
Is this a variant of the sysenter instruction? */
src/instruction.h:311
Method
is_sysexit
Is this a variant of the sysexit instruction? */
src/instruction.h:315
Method
is_sysret
Is this a variant of the sysret instruction? */
src/instruction.h:319
Method
is_typical_memory
src/operand.cc:85
Method
is_unaligned
Is this an unaligned instruction? */
src/instruction.h:361
Method
is_uncond_jump
@Deprecated. Use is_jmp() */
src/instruction.h:519
Method
is_vlddqu
Is this a variant of the vlddqu instruction? */
src/instruction.h:323
Method
is_vmaskmovdqu
Is this a variant of the vmaskmovdqu instruction? */
src/instruction.h:327
Method
is_vmovdqu
Is this a variant of the vmovdqu instruction? */
src/instruction.h:331
Method
is_vmovupd
Is this a variant of the vmovupd instruction? */
src/instruction.h:335
Method
is_vmovups
Is this a variant of the vmovups instruction? */
src/instruction.h:339
Method
is_xor_reg_reg
src/instruction.cc:43
Method
linux_call_parameters
Creates a RegSet containing registers used as parameters. */
src/reg_set.h:164
← previous
next →
301–400 of 736, ranked by callers