Home | History | Annotate | Download | only in runtime

Lines Matching refs:arg_regs

32                       uint16_t arg_regs, uint16_t* out) {
47 out[2] = arg_regs;
74 0xcafe /* arg_regs */, instruction);
98 uint32_t arg_regs[Instruction::kMaxVarArgRegs];
99 ins->GetVarArgs(arg_regs);
100 ASSERT_EQ(0xeu, arg_regs[0]);
101 ASSERT_EQ(0xfu, arg_regs[1]);
102 ASSERT_EQ(0xau, arg_regs[2]);
103 ASSERT_EQ(0xcu, arg_regs[3]);
109 0xcafe /* arg_regs */, instruction);