Searched refs:dxb_operand (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | s390_disasm.c | 246 dxb_operand(HChar *p, UInt d, UInt x, UInt b, Bool displacement_is_signed) in dxb_operand() function 423 p = dxb_operand(p, (dh << 12) | dl, x, b, 1 /* signed_displacement */); in s390_disasm() 434 p = dxb_operand(p, d, x, b, 0 /* signed_displacement */); in s390_disasm()
|