HomeSort by relevance Sort by last modified time
    Searched full:scond (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
scc_test.s 5 # SCond reg
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/
asm5.go 299 // Note about encoding: Prog.scond holds the condition encoding,
353 out[0] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03c0013f | (uint32(p.To.Reg)&15)<<12 | (uint32(p.To.Reg)&15)<<16 // BIC $0xc000000f, Rx
355 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff10 | (uint32(p.To.Reg)&15)<<0 // BX Rx
357 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff30 | (uint32(p.To.Reg)&15)<<0 // BLX Rx
399 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03ccc13f // BIC $0xc000000f, R12
400 out[2] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff1c // BX R12
413 out[size/4] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03cdd103 // BIC $0xc0000000, R13
414 out[size/4+1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03ccc13f // BIC $0xc000000f, R12
415 out[size/4+2] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff1c // BX R12
431 if p.To.Type == obj.TYPE_MEM && p.To.Reg == REG_R13 && (p.Scond&C_WBIT != 0) && size > 4
    [all...]
anames5.go 50 "SCOND = (1<<4)-1",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
asm5.go 296 // Note about encoding: Prog.scond holds the condition encoding,
350 out[0] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03c0013f | (uint32(p.To.Reg)&15)<<12 | (uint32(p.To.Reg)&15)<<16 // BIC $0xc000000f, Rx
352 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff10 | (uint32(p.To.Reg)&15)<<0 // BX Rx
354 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff30 | (uint32(p.To.Reg)&15)<<0 // BLX Rx
396 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03ccc13f // BIC $0xc000000f, R12
397 out[2] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff1c // BX R12
410 out[size/4] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03cdd103 // BIC $0xc0000000, R13
411 out[size/4+1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03ccc13f // BIC $0xc000000f, R12
412 out[size/4+2] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff1c // BX R12
428 if p.To.Type == obj.TYPE_MEM && p.To.Reg == REG_R13 && (p.Scond&C_WBIT != 0) && size > 4
    [all...]
anames5.go 47 "SCOND = (1<<4)-1",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/
asm5.go 299 // Note about encoding: Prog.scond holds the condition encoding,
353 out[0] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03c0013f | (uint32(p.To.Reg)&15)<<12 | (uint32(p.To.Reg)&15)<<16 // BIC $0xc000000f, Rx
355 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff10 | (uint32(p.To.Reg)&15)<<0 // BX Rx
357 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff30 | (uint32(p.To.Reg)&15)<<0 // BLX Rx
399 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03ccc13f // BIC $0xc000000f, R12
400 out[2] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff1c // BX R12
413 out[size/4] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03cdd103 // BIC $0xc0000000, R13
414 out[size/4+1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03ccc13f // BIC $0xc000000f, R12
415 out[size/4+2] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff1c // BX R12
431 if p.To.Type == obj.TYPE_MEM && p.To.Reg == REG_R13 && (p.Scond&C_WBIT != 0) && size > 4
    [all...]
anames5.go 50 "SCOND = (1<<4)-1",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
asm5.go 296 // Note about encoding: Prog.scond holds the condition encoding,
350 out[0] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03c0013f | (uint32(p.To.Reg)&15)<<12 | (uint32(p.To.Reg)&15)<<16 // BIC $0xc000000f, Rx
352 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff10 | (uint32(p.To.Reg)&15)<<0 // BX Rx
354 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff30 | (uint32(p.To.Reg)&15)<<0 // BLX Rx
396 out[1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03ccc13f // BIC $0xc000000f, R12
397 out[2] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff1c // BX R12
410 out[size/4] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03cdd103 // BIC $0xc0000000, R13
411 out[size/4+1] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x03ccc13f // BIC $0xc000000f, R12
412 out[size/4+2] = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0x012fff1c // BX R12
428 if p.To.Type == obj.TYPE_MEM && p.To.Reg == REG_R13 && (p.Scond&C_WBIT != 0) && size > 4
    [all...]
anames5.go 47 "SCOND = (1<<4)-1",
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
cgen64.go 59 p1.Scond |= arm.C_SBIT
149 p1.Scond |= arm.C_SBIT
166 p1.Scond |= arm.C_SBIT
352 p1.Scond = arm.C_SCOND_EQ
354 p1.Scond = arm.C_SCOND_EQ
366 p1.Scond = arm.C_SCOND_LO
371 p1.Scond = arm.C_SCOND_LO
376 p1.Scond = arm.C_SCOND_LO
381 p1.Scond = arm.C_SCOND_LO
389 p1.Scond = arm.C_SCOND_E
    [all...]
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
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
cgen64.go 56 p1.Scond |= arm.C_SBIT
146 p1.Scond |= arm.C_SBIT
163 p1.Scond |= arm.C_SBIT
349 p1.Scond = arm.C_SCOND_EQ
351 p1.Scond = arm.C_SCOND_EQ
363 p1.Scond = arm.C_SCOND_LO
368 p1.Scond = arm.C_SCOND_LO
373 p1.Scond = arm.C_SCOND_LO
378 p1.Scond = arm.C_SCOND_LO
386 p1.Scond = arm.C_SCOND_E
    [all...]
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
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
cgen64.go 59 p1.Scond |= arm.C_SBIT
149 p1.Scond |= arm.C_SBIT
166 p1.Scond |= arm.C_SBIT
352 p1.Scond = arm.C_SCOND_EQ
354 p1.Scond = arm.C_SCOND_EQ
366 p1.Scond = arm.C_SCOND_LO
371 p1.Scond = arm.C_SCOND_LO
376 p1.Scond = arm.C_SCOND_LO
381 p1.Scond = arm.C_SCOND_LO
389 p1.Scond = arm.C_SCOND_E
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
cgen64.go 56 p1.Scond |= arm.C_SBIT
146 p1.Scond |= arm.C_SBIT
163 p1.Scond |= arm.C_SBIT
349 p1.Scond = arm.C_SCOND_EQ
351 p1.Scond = arm.C_SCOND_EQ
363 p1.Scond = arm.C_SCOND_LO
368 p1.Scond = arm.C_SCOND_LO
373 p1.Scond = arm.C_SCOND_LO
378 p1.Scond = arm.C_SCOND_LO
386 p1.Scond = arm.C_SCOND_E
    [all...]
  /external/iproute2/misc/
ssfilter.y 42 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND
61 | SCOND HOSTCOND
232 tok_type = SCOND;
233 return SCOND;
  /ndk/sources/cxx-stl/gabi++/src/
one_time_construction.cc 56 static pthread_cond_t sCond = PTHREAD_COND_INITIALIZER;
88 pthread_cond_wait(&sCond, &sMutex);
100 pthread_cond_broadcast(&sCond);
112 pthread_cond_broadcast(&sCond);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/
cgen.go 119 p.Scond = arm64.C_XPRE
125 p.Scond = arm64.C_XPRE
148 p.Scond = arm64.C_XPRE
153 p.Scond = arm64.C_XPRE
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
cgen.go 116 p.Scond = arm64.C_XPRE
122 p.Scond = arm64.C_XPRE
145 p.Scond = arm64.C_XPRE
150 p.Scond = arm64.C_XPRE
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/
cgen.go 119 p.Scond = arm64.C_XPRE
125 p.Scond = arm64.C_XPRE
148 p.Scond = arm64.C_XPRE
153 p.Scond = arm64.C_XPRE
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
cgen.go 116 p.Scond = arm64.C_XPRE
122 p.Scond = arm64.C_XPRE
145 p.Scond = arm64.C_XPRE
150 p.Scond = arm64.C_XPRE
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
jscond_insn.s 1 # JCond/SCond instructions.
  /prebuilts/go/darwin-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/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
go.go 59 p.Scond = 0
  /prebuilts/go/darwin-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 {

Completed in 2980 milliseconds

1 2 3 4 5 6