; assembly | /* r2dec pseudo code output */ | /* baljsn_datumencoderoptions.t/none @ 0x40db90 */ | #include | ; (fcn) method.BloombergLP::baljsn::EncodingStyle.toString_BloombergLP::baljsn::EncodingStyle::Value_ () | int64_t method_BloombergLP::baljsn::EncodingStyle_toString_BloombergLP::baljsn::EncodingStyle::Value_ (uint32_t arg1) { | rdi = arg1; | /* BloombergLP::baljsn::EncodingStyle::toString(BloombergLP::baljsn::EncodingStyle::Value) */ 0x0040db90 xor ecx, ecx | ecx = 0; 0x0040db92 cmp edi, 1 | 0x0040db95 mov eax, 0x41d80a | eax = "e_PRETTY"; | if (edi == 1) { 0x0040db9a cmove rcx, rax | rcx = rax; | } 0x0040db9e test edi, edi | 0x0040dba0 mov eax, 0x41d800 | eax = "e_COMPACT"; | if (edi != 0) { 0x0040dba5 cmovne rax, rcx | rax = rcx; | } 0x0040dba9 ret | return rax; | }