Search

April 10, 2015
GDC »
...32(%rsi), %ymm0, %ymm0
        vmovaps %ymm1, (%rsi)
        vmovaps %ymm0, 32(%rsi)
        vzeroupper
.L8:
        ret


Iain.
April 10, 2015
GDC »
...xmm0
	vmovss	%xmm0, (%rax)
	vzeroupper
	ret
.L43:
	vzeroupper
.L44:
	ret
.L10:
	movl	$16, %r8d
	movl...
April 10, 2015
General »
...rdi, %rdi
	setne	%al
	ret
bool example.bar(int[]):
	testq	%rdi, %rdi
	setne	%al
	ret
April 09, 2015
LDC »
...RCX, 0x10; // increment index by 16 bytes

		ret; // end of key_expansion_128
		
		//
		// do aesimc...
April 09, 2015
General »
...support calling?

Anyway it sounds like

sub offset, %thisreg
call method
ret

would do it 
April 01, 2015
General »
...NULL;
      void *ret = malloc (sz);
      if (ret) memset (res, 0, sz);
      return ret;
    }

On e...
April 01, 2015
Learn »
...buffer = readln();
	}

	string moveFront() {
		string ret = front();
		popFront();
		return ret;
	}
	
	int opApply(int delegate(string...
March 28, 2015
Issues »
...6   +  3                 + 9 = 23
ret += ((ret++ == 5) ? (ret += 3) : (ret -= 11)) + ret;

That is, sdc...
March 28, 2015
Issues »
...ret = 5;
    ret += ((ret++ == 5) ? (ret += 3) : (ret -= 11)) + ret;
    assert(ret == 23);

    ret += ((ret...
March 20, 2015
Issues »
...3
            03 00 00 00
  0000000A: C3                 ret

i.e. there is a temporary symbol...
59 60 61 62 63 64 65 66 67 68 69 70
Next ›   Last »