Home
last modified time | relevance | path

Searched refs:getdisp (Results 1 – 4 of 4) sorted by relevance

/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/asm/
H A Dx86dis.h107 uint32 getdisp();
H A Dx86dis.cc159 getdisp(); in decode_modrm()
292 getdisp(); in decode_vex_insn()
322 getdisp(); in decode_vex_insn()
992 uint32 x86dis::getdisp() in getdisp() function in x86dis
1679 getdisp(); in decode_modrm()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
H A Dlibmach8db.c1268 getdisp(Map *map, Instr *ip, int mod, int rm, int code, int pcrel) in getdisp() function
1344 return getdisp(map, ip, mod, rm, 6, 0); in modrm()
1354 return getdisp(map, ip, mod, ip->base, 5, 0); in modrm()
1356 return getdisp(map, ip, mod, rm, 5, ip->amd64); in modrm()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmach/
H A Dmach386.c1514 getdisp(Map *map, Instr *ip, int mod, int rm, int code, int pcrel) in getdisp() function
1590 return getdisp(map, ip, mod, rm, 6, 0); in modrm()
1600 return getdisp(map, ip, mod, ip->base, 5, 0); in modrm()
1602 return getdisp(map, ip, mod, rm, 5, ip->amd64); in modrm()