/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
go.go | 56 p.Scond = 0
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/ |
arm.go | 151 ((int64(bits) ^ arm.C_SCOND_XOR) << 28) | // scond 206 prog.Scond = bits 217 func parseARMCondition(cond string, ls, scond map[string]uint8) (uint8, bool) { 231 if b, present := scond[name]; present {
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/ |
cgen.go | 196 p.Scond |= arm.C_PBIT 202 p.Scond |= arm.C_PBIT 220 p.Scond |= arm.C_PBIT 225 p.Scond |= arm.C_PBIT
|
ggen.go | 94 p.Scond |= arm.C_PBIT 273 p1.Scond = arm.C_SCOND_NE 313 p1.Scond = arm.C_SCOND_HS 314 p2.Scond = arm.C_SCOND_LO 318 p1.Scond = arm.C_SCOND_HS 319 p2.Scond = arm.C_SCOND_LO 378 p.Scond |= arm.C_PBIT 399 p.Scond |= arm.C_PBIT 411 p.Scond |= arm.C_PBIT 455 p1.Scond = arm.C_SCOND_E [all...] |
peep.go | 85 if p.Scond == arm.C_SCOND_NONE { 114 if(p->scond == C_SCOND_NONE) 225 // p1->scond |= C_SBIT; 294 if p.Scond == arm.C_SCOND_NONE { 946 if p1.Scond&arm.C_SBIT != 0 { 957 p.Scond |= arm.C_WBIT 1010 p.Scond |= arm.C_PBIT 1030 p.Scond |= arm.C_PBIT 1069 if p.Scond&arm.C_WBIT != 0 { 1090 if p.Scond&arm.C_WBIT != 0 [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
go.go | 59 p.Scond = 0
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
arm.go | 148 ((int64(bits) ^ arm.C_SCOND_XOR) << 28) | // scond 203 prog.Scond = bits 214 func parseARMCondition(cond string, ls, scond map[string]uint8) (uint8, bool) { 228 if b, present := scond[name]; present {
|
arm64.go | 85 prog.Scond = bits
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm/ |
cgen.go | 193 p.Scond |= arm.C_PBIT 199 p.Scond |= arm.C_PBIT 217 p.Scond |= arm.C_PBIT 222 p.Scond |= arm.C_PBIT
|
ggen.go | 91 p.Scond |= arm.C_PBIT 270 p1.Scond = arm.C_SCOND_NE 310 p1.Scond = arm.C_SCOND_HS 311 p2.Scond = arm.C_SCOND_LO 315 p1.Scond = arm.C_SCOND_HS 316 p2.Scond = arm.C_SCOND_LO 375 p.Scond |= arm.C_PBIT 396 p.Scond |= arm.C_PBIT 408 p.Scond |= arm.C_PBIT 452 p1.Scond = arm.C_SCOND_E [all...] |
peep.go | 82 if p.Scond == arm.C_SCOND_NONE { 111 if(p->scond == C_SCOND_NONE) 222 // p1->scond |= C_SBIT; 291 if p.Scond == arm.C_SCOND_NONE { 943 if p1.Scond&arm.C_SBIT != 0 { 954 p.Scond |= arm.C_WBIT 1007 p.Scond |= arm.C_PBIT 1027 p.Scond |= arm.C_PBIT 1066 if p.Scond&arm.C_WBIT != 0 { 1087 if p.Scond&arm.C_WBIT != 0 [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
go.go | 56 p.Scond = 0
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/ |
ggen.go | 94 p.Scond |= arm.C_PBIT 273 p1.Scond = arm.C_SCOND_NE 313 p1.Scond = arm.C_SCOND_HS 314 p2.Scond = arm.C_SCOND_LO 318 p1.Scond = arm.C_SCOND_HS 319 p2.Scond = arm.C_SCOND_LO 378 p.Scond |= arm.C_PBIT 399 p.Scond |= arm.C_PBIT 411 p.Scond |= arm.C_PBIT 455 p1.Scond = arm.C_SCOND_E [all...] |
peep.go | 85 if p.Scond == arm.C_SCOND_NONE { 114 if(p->scond == C_SCOND_NONE) 225 // p1->scond |= C_SBIT; 294 if p.Scond == arm.C_SCOND_NONE { 946 if p1.Scond&arm.C_SBIT != 0 { 957 p.Scond |= arm.C_WBIT 1010 p.Scond |= arm.C_PBIT 1030 p.Scond |= arm.C_PBIT 1069 if p.Scond&arm.C_WBIT != 0 { 1090 if p.Scond&arm.C_WBIT != 0 [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/ |
ggen.go | 91 p.Scond |= arm.C_PBIT 270 p1.Scond = arm.C_SCOND_NE 310 p1.Scond = arm.C_SCOND_HS 311 p2.Scond = arm.C_SCOND_LO 315 p1.Scond = arm.C_SCOND_HS 316 p2.Scond = arm.C_SCOND_LO 375 p.Scond |= arm.C_PBIT 396 p.Scond |= arm.C_PBIT 408 p.Scond |= arm.C_PBIT 452 p1.Scond = arm.C_SCOND_E [all...] |
peep.go | 82 if p.Scond == arm.C_SCOND_NONE { 111 if(p->scond == C_SCOND_NONE) 222 // p1->scond |= C_SBIT; 291 if p.Scond == arm.C_SCOND_NONE { 943 if p1.Scond&arm.C_SBIT != 0 { 954 p.Scond |= arm.C_WBIT 1007 p.Scond |= arm.C_PBIT 1027 p.Scond |= arm.C_PBIT 1066 if p.Scond&arm.C_WBIT != 0 { 1087 if p.Scond&arm.C_WBIT != 0 [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/ |
obj5.go | 110 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) { 122 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) { 233 p.Scond |= C_PBIT 362 p.Scond |= C_WBIT 477 p.Scond |= C_PBIT 590 if (p.Scond&C_WBIT != 0) && p.To.Type == obj.TYPE_MEM && p.To.Reg == REGSP { 593 if (p.Scond&C_PBIT != 0) && p.From.Type == obj.TYPE_MEM && p.From.Reg == REGSP && p.To.Reg != REGPC { 748 p.Scond = C_SCOND_NE 756 p.Scond = C_SCOND_NE 764 p.Scond = C_SCOND_N [all...] |
a.out.go | 292 /* scond byte */ 303 // so that a zeroed Prog.scond means "always execute".
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm/ |
obj5.go | 110 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) { 122 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) { 233 p.Scond |= C_PBIT 362 p.Scond |= C_WBIT 477 p.Scond |= C_PBIT 590 if (p.Scond&C_WBIT != 0) && p.To.Type == obj.TYPE_MEM && p.To.Reg == REGSP { 593 if (p.Scond&C_PBIT != 0) && p.From.Type == obj.TYPE_MEM && p.From.Reg == REGSP && p.To.Reg != REGPC { 748 p.Scond = C_SCOND_NE 756 p.Scond = C_SCOND_NE 764 p.Scond = C_SCOND_N [all...] |
a.out.go | 292 /* scond byte */ 303 // so that a zeroed Prog.scond means "always execute".
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/ |
arm64.go | 85 prog.Scond = bits
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
a.out.go | 295 /* scond byte */ 306 // so that a zeroed Prog.scond means "always execute".
|
obj5.go | 113 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) { 125 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) { 236 p.Scond |= C_PBIT 365 p.Scond |= C_WBIT 480 p.Scond |= C_PBIT 593 if (p.Scond&C_WBIT != 0) && p.To.Type == obj.TYPE_MEM && p.To.Reg == REGSP { 596 if (p.Scond&C_PBIT != 0) && p.From.Type == obj.TYPE_MEM && p.From.Reg == REGSP && p.To.Reg != REGPC { 751 p.Scond = C_SCOND_NE 759 p.Scond = C_SCOND_NE 767 p.Scond = C_SCOND_N [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
a.out.go | 295 /* scond byte */ 306 // so that a zeroed Prog.scond means "always execute".
|
obj5.go | 113 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) { 125 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) { 236 p.Scond |= C_PBIT 365 p.Scond |= C_WBIT 480 p.Scond |= C_PBIT 593 if (p.Scond&C_WBIT != 0) && p.To.Type == obj.TYPE_MEM && p.To.Reg == REGSP { 596 if (p.Scond&C_PBIT != 0) && p.From.Type == obj.TYPE_MEM && p.From.Reg == REGSP && p.To.Reg != REGPC { 751 p.Scond = C_SCOND_NE 759 p.Scond = C_SCOND_NE 767 p.Scond = C_SCOND_N [all...] |