Searched defs:not_zero_case (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/v8/src/arm/ |
H A D | code-stubs-arm.cc | 5872 Label not_zero_case, not_one_case; local 5874 __ b(ne, ¬_zero_case); 5877 __ bind(¬_zero_case); 5952 Label not_zero_case, not_one_case; local 5956 __ b(ne, ¬_zero_case); 5960 __ bind(¬_zero_case);
|
/external/chromium_org/v8/src/ia32/ |
H A D | code-stubs-ia32.cc | 5818 Label not_zero_case, not_one_case; local 5820 __ j(not_zero, ¬_zero_case); 5823 __ bind(¬_zero_case); 5900 Label not_zero_case, not_one_case; local 5904 __ j(not_zero, ¬_zero_case); 5908 __ bind(¬_zero_case);
|
/external/chromium_org/v8/src/mips/ |
H A D | code-stubs-mips.cc | 6021 Label not_zero_case, not_one_case; local 6023 __ Branch(¬_zero_case, ne, at, Operand(zero_reg)); 6026 __ bind(¬_zero_case); 6102 Label not_zero_case, not_one_case; local 6105 __ Branch(¬_zero_case, ne, a0, Operand(zero_reg)); 6109 __ bind(¬_zero_case);
|
/external/chromium_org/v8/src/x64/ |
H A D | code-stubs-x64.cc | 5617 Label not_zero_case, not_one_case; local 5619 __ j(not_zero, ¬_zero_case); 5622 __ bind(¬_zero_case); 5700 Label not_zero_case, not_one_case; local 5704 __ j(not_zero, ¬_zero_case); 5708 __ bind(¬_zero_case);
|
Completed in 123 milliseconds