MCPcopy Create free account

hub / github.com/StanfordPL/x64asm / functions

Functions736 in github.com/StanfordPL/x64asm

Methodfpu_control_om
src/constants.h:113
Methodfpu_control_pc
src/constants.h:128
Methodfpu_control_pm
src/constants.h:119
Methodfpu_control_rc
src/constants.h:131
Methodfpu_control_res13
src/constants.h:137
Methodfpu_control_res14
src/constants.h:140
Methodfpu_control_res15
src/constants.h:143
Methodfpu_control_res6
src/constants.h:122
Methodfpu_control_res7
src/constants.h:125
Methodfpu_control_um
src/constants.h:116
Methodfpu_control_x
src/constants.h:134
Methodfpu_control_zm
src/constants.h:110
Methodfpu_data
src/constants.h:264
Methodfpu_instruction
src/constants.h:267
Methodfpu_opcode
src/constants.h:270
Methodfpu_status_b
src/constants.h:186
Methodfpu_status_c0
src/constants.h:171
Methodfpu_status_c1
src/constants.h:174
Methodfpu_status_c2
src/constants.h:177
Methodfpu_status_c3
src/constants.h:183
Methodfpu_status_de
src/constants.h:150
Methodfpu_status_es
src/constants.h:168
Methodfpu_status_ie
src/constants.h:147
Methodfpu_status_oe
src/constants.h:156
Methodfpu_status_pe
src/constants.h:162
Methodfpu_status_sf
src/constants.h:165
Methodfpu_status_top
src/constants.h:180
Methodfpu_status_ue
src/constants.h:159
Methodfpu_status_ze
src/constants.h:153
Methodfs
src/constants.h:548
Methodget_buffer
Deprecated: Use data() */
src/function.h:308
Methodget_entrypoint
Returns the address of the entrypoint of this function. */
src/function.h:109
Methodget_head
Deprecated: Use data() + size() */
src/function.h:312
Methodget_operand
src/instruction.h:149
Methodget_seg
Returns this moffs' segment register; undefined if absent. */
src/moffs.h:50
Methodgp_begin
Iterate over largest general-purpose registers */
src/reg_set.h:834
Methodgp_end
End iterator for the gp registers */
src/reg_set.h:838
Methodgs
src/constants.h:551
Methodhash
src/instruction.cc:971
Functionhello
Prints hello world
examples/functions.cc:28
Methodinit
Helper method: initializes all internal fields. */
src/m.h:217
Methodis_any_bt
Is this any of the bt family of instructions. */
src/instruction.h:174
Methodis_any_call
Does this instruction invoke a function call. */
src/instruction.h:178
Methodis_any_indirect_jump
Returns true if this instruction is a jmp or jmpcc to an indirect pointer. */
src/instruction.h:182
Methodis_any_jump
Returns true if this instruction causes a control flow jump. */
src/instruction.h:186
Methodis_any_loop
Returns true if this instruction induces loop behavior. */
src/instruction.h:190
Methodis_any_nop
Returns true if this instruction does not modify machine state. */
src/instruction.h:194
Methodis_any_return
Returns true if this instruction causes control to return. */
src/instruction.h:198
Methodis_any_sse
Is this an SSE instruction (any version) ? */
src/instruction.h:344
Methodis_avx
Is this an AVX 1 instruction? */
src/instruction.h:352
Methodis_avx2
Is this an AVX 2 instruction? */
src/instruction.h:356
Methodis_bt
Is this a variant of the bt instruction? */
src/instruction.h:203
Methodis_btc
Is this a variant of the btc instruction? */
src/instruction.h:207
Methodis_btr
Is this a variant of the btr instruction? */
src/instruction.h:211
Methodis_bts
Is this a variant of the bt instruction? */
src/instruction.h:215
Methodis_call
Is this a variant of the call instruction? */
src/instruction.h:219
Methodis_cond_jump
@Deprecated. Use is_jcc() */
src/instruction.h:507
Methodis_div
Is this a variant of the div instruction? */
src/instruction.h:223
Methodis_enter
Is this a variant of the enter instruction? */
src/instruction.h:227
Methodis_explicit_memory_dereference
Does this instruction explicitly dereference memory? */
src/instruction.h:371
Methodis_fnop
Is this a variant of the fnop instruction? */
src/instruction.h:231
Methodis_gp_register
src/operand.cc:58
Methodis_idiv
Is this a variant of the idiv instruction? */
src/instruction.h:235
Methodis_immediate
src/operand.cc:105
Methodis_implicit_memory_dereference
Does this instruction implicitly dereference memory? @todo missing cases */
src/instruction.h:367
Methodis_iret
Is this a variant of the iret instruction? */
src/instruction.h:239
Methodis_jcc
Is this a variant of the jcc (jump conditional) instruction? */
src/instruction.h:243
Methodis_jmp
Is this a variant of the jmp instruction? */
src/instruction.h:247
Methodis_jump
@Deprecated. Use is_any_jump() */
src/instruction.h:511
Methodis_label_defn
Returns true if this instruction is a label definiton. */
src/instruction.h:251
Methodis_lddqu
Is this a variant of the lddqu instruction? */
src/instruction.h:259
Methodis_lea
Is this a variant of the lea instruction? */
src/instruction.h:255
Methodis_leave
Is this a variant of the leave instruction? */
src/instruction.h:263
Methodis_maskmovdqu
Is this a variant of the maskmovdqu instruction? */
src/instruction.h:267
Methodis_memory_dereference
Does this instruction dereference memory? */
src/instruction.h:375
Methodis_movdqu
Is this a variant of the movdqu instruction? */
src/instruction.h:271
Methodis_movupd
Is this a variant of the movupd instruction? */
src/instruction.h:275
Methodis_movups
Is this a variant of the movups instruction? */
src/instruction.h:279
Methodis_nop
Is this a variant of the nop instruction? */
src/instruction.h:283
Methodis_pop
Is this a variant of the pop instruction? */
src/instruction.h:287
Methodis_popcnt
Is this a variant of the popcnt instruction? */
src/instruction.h:291
Methodis_push
Is this a variant of the push instruction? */
src/instruction.h:295
Methodis_rdrand
Is this a variant of the rdrand instruction? */
src/instruction.h:299
Methodis_ret
Is this a variant of the ret instruction? */
src/instruction.h:303
Methodis_return
@Deprecated. Use is_any_return() */
src/instruction.h:515
Methodis_sse_register
src/operand.cc:80
Methodis_syscall
Is this a variant of the syscall instruction? */
src/instruction.h:307
Methodis_sysenter
Is this a variant of the sysenter instruction? */
src/instruction.h:311
Methodis_sysexit
Is this a variant of the sysexit instruction? */
src/instruction.h:315
Methodis_sysret
Is this a variant of the sysret instruction? */
src/instruction.h:319
Methodis_typical_memory
src/operand.cc:85
Methodis_unaligned
Is this an unaligned instruction? */
src/instruction.h:361
Methodis_uncond_jump
@Deprecated. Use is_jmp() */
src/instruction.h:519
Methodis_vlddqu
Is this a variant of the vlddqu instruction? */
src/instruction.h:323
Methodis_vmaskmovdqu
Is this a variant of the vmaskmovdqu instruction? */
src/instruction.h:327
Methodis_vmovdqu
Is this a variant of the vmovdqu instruction? */
src/instruction.h:331
Methodis_vmovupd
Is this a variant of the vmovupd instruction? */
src/instruction.h:335
Methodis_vmovups
Is this a variant of the vmovups instruction? */
src/instruction.h:339
Methodis_xor_reg_reg
src/instruction.cc:43
Methodlinux_call_parameters
Creates a RegSet containing registers used as parameters. */
src/reg_set.h:164
← previousnext →301–400 of 736, ranked by callers