Searched defs:zero_reg (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips/
H A Dmacro-assembler-mips.h172 #define COND_ARGS Condition cond = al, Register rs = zero_reg, \
173 const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
193 Register rs = zero_reg, const Operand& rt = Operand(zero_reg)) {
440 // i.e. check if it is a sll zero_reg, zero_reg, <type> (referenced as
455 // Return <n> if we have a sll zero_reg, zero_reg, n
458 rt == static_cast<uint32_t>(ToNumber(zero_reg)) &&
459 rs == static_cast<uint32_t>(ToNumber(zero_reg)));
192 Ret(BranchDelaySlot bd, Condition cond = al, Register rs = zero_reg, const Operand& rt = Operand(zero_reg)) argument
[all...]
H A Dsimulator-mips.h145 zero_reg = 0, enumerator in enum:v8::internal::Simulator::Register

Completed in 133 milliseconds