OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bgez
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
allinsn.s
154
.global
bgez
155
bgez
:
label
156
bgez
%0,footext
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
allinsn.s
78
.global
bgez
79
bgez
:
label
80
bgez
fp,footext
/external/v8/src/mips/
assembler-mips.cc
468
(opcode == REGIMM && (rt_field == BLTZ || rt_field ==
BGEZ
||
1218
void Assembler::
bgez
(Register rs, int16_t offset) {
function in class:v8::internal::Assembler
[
all
...]
/external/v8/src/mips64/
assembler-mips64.cc
442
(opcode == REGIMM && (rt_field == BLTZ || rt_field ==
BGEZ
||
1254
void Assembler::
bgez
(Register rs, int16_t offset) {
function in class:v8::internal::Assembler
[
all
...]
Completed in 1709 milliseconds