HomeSort by relevance Sort by last modified time
    Searched refs:valn (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
passbm_test.go 66 valn := func(s string, m, n int) string { return fmt.Sprintf("%s%d-%d", s, m, n) }
69 Valu(valn("store", 0, 4), OpInitMem, TypeMem, 0, nil),
76 Valu(valn("v", i, 0), OpConstBool, TypeBool, 1, nil),
77 Valu(valn("addr", i, 1), OpAddr, ptrType, 0, nil, "sb"),
78 Valu(valn("addr", i, 2), OpAddr, ptrType, 0, nil, "sb"),
79 Valu(valn("addr", i, 3), OpAddr, ptrType, 0, nil, "sb"),
80 Valu(valn("zero", i, 1), OpZero, TypeMem, 8, nil, valn("addr", i, 3),
81 valn("store", i-1, 4)),
82 Valu(valn("store", i, 1), OpStore, TypeMem, 0, nil, valn("addr", i, 1)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
passbm_test.go 66 valn := func(s string, m, n int) string { return fmt.Sprintf("%s%d-%d", s, m, n) }
69 Valu(valn("store", 0, 4), OpInitMem, TypeMem, 0, nil),
76 Valu(valn("v", i, 0), OpConstBool, TypeBool, 1, nil),
77 Valu(valn("addr", i, 1), OpAddr, ptrType, 0, nil, "sb"),
78 Valu(valn("addr", i, 2), OpAddr, ptrType, 0, nil, "sb"),
79 Valu(valn("addr", i, 3), OpAddr, ptrType, 0, nil, "sb"),
80 Valu(valn("zero", i, 1), OpZero, TypeMem, 8, nil, valn("addr", i, 3),
81 valn("store", i-1, 4)),
82 Valu(valn("store", i, 1), OpStore, TypeMem, 0, nil, valn("addr", i, 1)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 2535 int valn[2] = {0, 0}; local
    [all...]

Completed in 559 milliseconds