Searched refs:blez (Results 1 - 20 of 20) sorted by relevance

/external/capstone/suite/MC/Mips/
H A Dmicromips-branch-instructions-EB.s.cs8 0x40,0x86,0x02,0x9a = blez $6, 1332
H A Dmicromips-branch-instructions.s.cs8 0x86,0x40,0x9a,0x02 = blez $6, 1332
/external/llvm/test/MC/Mips/
H A Dmicromips-bad-branches.s58 # CHECK: blez $1, -65535
60 # CHECK: blez $1, -65537
62 # CHECK: blez $1, 65535
64 # CHECK: blez $1, 65536
176 blez $1, -65535
177 blez $1, -65536
178 blez $1, -65537
179 blez $1, 65534
180 blez $1, 65535
181 blez
[all...]
H A Dmips-bad-branches.s106 # CHECK: blez $1, -131069
108 # CHECK: blez $1, -131070
110 # CHECK: blez $1, -131071
112 # CHECK: blez $1, -131073
114 # CHECK: blez $1, 131069
116 # CHECK: blez $1, 131070
118 # CHECK: blez $1, 131071
120 # CHECK: blez $1, 131072
315 blez $1, -131068
316 blez
[all...]
H A Dmips-jump-delay-slots.s28 # CHECK: blez $6, 1332
30 blez $6,1332
H A Dmicromips-branch-instructions.s24 # CHECK-EL: blez $6, 1332 # encoding: [0x86,0x40,0x9a,0x02]
51 # CHECK-EB: blez $6, 1332 # encoding: [0x40,0x86,0x02,0x9a]
74 blez $6,1332
H A Dmicromips-branch-fixup.s42 # CHECK-FIXUP: blez $4, bar # encoding: [0x84'A',0x40'A',0x00,0x00]
88 blez $4, bar
H A Dmips-jump-instructions.s25 # CHECK32: blez $6, 1332 # encoding: [0x4d,0x01,0xc0,0x18]
50 # CHECK64: blez $6, 1332 # encoding: [0x4d,0x01,0xc0,0x18]
77 blez $6,1332
H A Dbranch-pseudos.s60 # CHECK: blez $7, local_label # encoding: [0x18,0xe0,A,A]
69 # CHECK: blez $zero, local_label # encoding: [0x18,0x00,A,A]
113 # CHECK: blez $8, local_label # encoding: [0x19,0x00,A,A]
223 # CHECK: blez $7, local_label # encoding: [0x18,0xe0,A,A]
251 # CHECK: blez $8, local_label # encoding: [0x19,0x00,A,A]
/external/valgrind/none/tests/mips32/
H A Dbranches.stdout.exp162 blez :: 1, RSval: 0
163 blez :: 7, RSval: 1
164 blez :: 3, RSval: -1
165 blez :: 4, RSval: -1
166 blez :: 5, RSval: -2
167 blez :: 6, RSval: -1
168 blez :: 12, RSval: 5
169 blez :: 8, RSval: -3
170 blez :: 14, RSval: 125
171 blez
[all...]
/external/valgrind/none/tests/mips64/
H A Dbranches.stdout.exp162 blez :: out: 1, RDval: 0, RSval: 0
163 blez :: out: 7, RDval: 1, RSval: 1
164 blez :: out: 3, RDval: 2, RSval: -1
165 blez :: out: 4, RDval: 3, RSval: -1
166 blez :: out: 5, RDval: 4, RSval: -2
167 blez :: out: 6, RDval: 5, RSval: -1
168 blez :: out: 12, RDval: 6, RSval: 5
169 blez :: out: 8, RDval: 7, RSval: -3
170 blez :: out: 14, RDval: 8, RSval: 125
171 blez
[all...]
H A Dbranch_and_jump_instructions.stdout.exp584 blez :: out: 0x1, RSval: 0x0
585 blez :: out: 0xa, RSval: 0x1
586 blez :: out: 0x3, RSval: 0xffffffff
587 blez :: out: 0x4, RSval: 0xffffffff
588 blez :: out: 0x5, RSval: 0xfffffffe
589 blez :: out: 0x6, RSval: 0xffffffff
590 blez :: out: 0xf, RSval: 0x5
591 blez :: out: 0x8, RSval: 0xfffffffffffffffd
592 blez :: out: 0x11, RSval: 0x7d
593 blez
[all...]
/external/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2.S571 blez t3, 2f
780 blez t0, 2f
1184 blez s2, 5f
1297 blez s2, 6f
1341 blez v0, 2f
1662 blez t9, 9f
1668 blez t0, 7f
1718 blez a0, 4f
1775 blez a0, 7f
/external/v8/src/mips64/
H A Ddisasm-mips64.cc1667 Format(instr, "blez 'rs, 'imm16u -> 'imm16p4s2");
H A Dassembler-mips64.h646 void blez(Register rs, int16_t offset);
H A Dassembler-mips64.cc1337 void Assembler::blez(Register rs, int16_t offset) { function in class:v8::internal::Assembler
H A Dmacro-assembler-mips64.cc3241 blez(rs, offset32);
/external/v8/src/mips/
H A Dassembler-mips.h642 void blez(Register rs, int16_t offset);
H A Dassembler-mips.cc1350 void Assembler::blez(Register rs, int16_t offset) { function in class:v8::Assembler
H A Dmacro-assembler-mips.cc3068 blez(rs, offset32);

Completed in 361 milliseconds