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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/
tbit_test.s 5 # tbit uimm4, reg
7 tbit $0,r0
8 tbit $1,r1
9 tbit $2,r2
10 tbit $3,r3
11 tbit $4,r4
12 tbit $5,r5
13 tbit $6,r6
14 tbit $7,r7
15 tbit $8,r
    [all...]
tbit_test.d 10 0: 00 06 tbit \$0x0:s,r0
11 2: 11 06 tbit \$0x1:s,r1
12 4: 22 06 tbit \$0x2:s,r2
13 6: 33 06 tbit \$0x3:s,r3
14 8: 44 06 tbit \$0x4:s,r4
15 a: 55 06 tbit \$0x5:s,r5
16 c: 66 06 tbit \$0x6:s,r6
17 e: 77 06 tbit \$0x7:s,r7
18 10: 88 06 tbit \$0x8:s,r8
19 12: 99 06 tbit \$0x9:s,r
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-i.s 149 tbit.z p2, p3 = r4, 0
150 tbit.z.unc p2, p3 = r4, 1
151 tbit.z.and p2, p3 = r4, 2
152 tbit.z.or p2, p3 = r4, 3
153 tbit.z.or.andcm p2, p3 = r4, 4
154 tbit.z.orcm p2, p3 = r4, 5
155 tbit.z.andcm p2, p3 = r4, 6
156 tbit.z.and.orcm p2, p3 = r4, 7
157 tbit.nz p2, p3 = r4, 8
158 tbit.nz.unc p2, p3 = r4,
    [all...]
pseudo.s 14 tbit.nz p12 = r0, 0
opc-i.d 174 36c: 00 20 0c 50 tbit\.z p2,p3=r4,0
176 376: 20 14 10 06 28 40 tbit\.z\.unc p2,p3=r4,1
177 37c: 40 20 0c 58 tbit\.z\.and p2,p3=r4,2
179 386: 20 30 10 86 28 40 tbit\.z\.or p2,p3=r4,3
180 38c: 80 20 0c 59 tbit\.z\.or\.andcm p2,p3=r4,4
182 396: 30 54 10 84 28 60 tbit\.nz\.or p3,p2=r4,5
183 39c: c8 20 08 58 tbit\.nz\.and p3,p2=r4,6
185 3a6: 30 74 10 84 2c 60 tbit\.nz\.or\.andcm p3,p2=r4,7
186 3ac: 00 21 08 50 tbit\.z p3,p2=r4,8
188 3b6: 30 94 10 04 28 40 tbit\.z\.unc p3,p2=r4,
    [all...]
pseudo.d 26 [[:space:]]*[[:xdigit:]]*:[[:space:][:xdigit:]]+(\[[[:upper:]]+\])?[[:space:]]+tbit\.z p0,p12=r0,0
  /external/libogg/src/
bitwise.c 527 int tbit=bits?bits:ilog(b[i]); local
528 if(oggpack_look(&r,tbit)==-1)
530 if(oggpack_look(&r,tbit)!=(b[i]&mask[tbit]))
532 if(tbit==1)
533 if(oggpack_look1(&r)!=(b[i]&mask[tbit]))
535 if(tbit==1){
536 if(oggpack_read1(&r)!=(b[i]&mask[tbit]))
539 if(oggpack_read(&r,tbit)!=(b[i]&mask[tbit]))
562 int tbit=bits?bits:ilog(b[i]); local
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 400 int tbit=bits?bits:ilog(b[i]); local
401 if((test=oggpack_look(&r,tbit))==0xffffffff)
403 if(test!=(b[i]&mask[tbit])){
404 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test);
407 if((test=oggpack_read(&r,tbit))==0xffffffff){
410 if(test!=(b[i]&mask[tbit])){
411 fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test);
414 bitcount+=tbit;
  /external/libunwind/tests/
ia64-dyn-asm.S 66 tbit.nz p6, p0 = in0, 4
ia64-test-stack-asm.S 87 tbit.nz p6, p0 = r8, 0
ia64-test-nat-asm.S 44 tbit.nz p15, p0 = reg, 0;; \
115 tbit.nz p6, p0 = r4, 0;;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
bit_insn.s 79 # tbit instructions.
  /external/syslinux/gpxe/src/drivers/net/
mtnic.c 456 (mtnic->cmd.tbit << MTNIC_BC_OFF(MTNIC_MASK_CMD_REG_T_BIT))) {
462 DBG("Invalid tbit after %d retries!\n", TBIT_RETRIES);
509 mtnic->cmd.tbit = !mtnic->cmd.tbit;
512 ( mtnic->cmd.tbit << MTNIC_BC_OFF ( MTNIC_MASK_CMD_REG_T_BIT ) ) | op ),
    [all...]
mtnic.h 381 u32 tbit; member in struct:mtnic_cmd
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
AsmFuncs.s 418 tbit.nz p14, p15 = in0, 36;; // put relative offset sign bit in p14
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 575 #define RESTORE_INTERRUPTS(reg) tbit##.##nz pt0,pt1 = reg,PSR_I;; ;(pt0) ssm 1 << PSR_I ;(pt1) rsm 1 << PSR_I
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.s 100 tbit.z p6,p7 = r2,17;; // psr.dt (Physical OR Virtual)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c 7867 unsigned long tbit; local
    [all...]

Completed in 639 milliseconds